Merge pull request #8429 from JiayiFeng/fix_remove_friend_in_lodtensor

remove 'friend lod_tensor' in tensor
emailweixu-patch-1
fengjiayi 7 years ago committed by GitHub
commit 384a5ddf36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -130,8 +130,6 @@ class Tensor {
inline void set_layout(const DataLayout layout) { layout_ = layout; }
private:
friend class LoDTensor;
/**
* @note Placeholder hides type T, so it doesn't appear as a template
* parameter of Variable.

Loading…
Cancel
Save