bool tensorflow::Tensor::SharesBufferWith(const Tensor &b) const
TTypes< T, NDIMS >::Tensor tensorflow::Tensor::tensor()
void tensorflow::Tensor::AsProtoField(TensorProto *proto) const Fills in proto with *this tensor's content
Tensor& tensorflow::Tensor::operator=(const Tensor &other) Assign operator. This tensor shares other's underlying storage
string tensorflow::Tensor::DebugString() const A human-readable summary of the tensor suitable for debugging.
bool tensorflow::Tensor::IsInitialized() const If necessary, has this Tensor been initialized? Zero-element
TTypes< T, NDIMS >::ConstTensor tensorflow::Tensor::flat_inner_dims() const
DataType tensorflow::Tensor::dtype() const Returns the data type.
size_t tensorflow::Tensor::BufferHash() const
const TensorShape& tensorflow::Tensor::shape() const Returns the shape of the tensor.
Page 2 of 5