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