bool tensorflow::Tensor::IsAligned() const Returns true iff this tensor is aligned.
TTypes<T>::Vec tensorflow::Tensor::vec() Return the tensor data as an Eigen::Tensor with the type and sizes
bool tensorflow::Tensor::FromProto(const TensorProto &other) TF_MUST_USE_RESULT Parse other and construct the
Represents an n-dimensional array of values. Member Details tensorflow::Tensor::Tensor()
string tensorflow::Tensor::SummarizeValue(int64 max_entries) const Render the first max_entries values in *this
int tensorflow::Tensor::dims() const Convenience accessor for the tensor shape. For all shape
StringPiece tensorflow::Tensor::tensor_data() const Returns a StringPiece mapping the current tensor's buffer.
TTypes< T, NDIMS >::ConstTensor tensorflow::Tensor::tensor() const
TTypes< T, NDIMS >::Tensor tensorflow::Tensor::flat_outer_dims() Returns the data as an Eigen::Tensor with NDIMS dimensions
bool tensorflow::Tensor::IsSameSize(const Tensor &b) const
Page 4 of 5