TTypes<T>::UnalignedConstFlat tensorflow::Tensor::unaligned_flat() const
TTypes<T>::Vec tensorflow::Tensor::vec() Return the tensor data as an Eigen::Tensor with the type and sizes
string tensorflow::Tensor::SummarizeValue(int64 max_entries) const Render the first max_entries values in *this
bool tensorflow::Tensor::FromProto(const TensorProto &other) TF_MUST_USE_RESULT Parse other and construct the
int tensorflow::Tensor::dims() const Convenience accessor for the tensor shape. For all shape
Represents an n-dimensional array of values. Member Details tensorflow::Tensor::Tensor()
TTypes< T, NDIMS >::Tensor tensorflow::Tensor::flat_outer_dims() Returns the data as an Eigen::Tensor with NDIMS dimensions
StringPiece tensorflow::Tensor::tensor_data() const Returns a StringPiece mapping the current tensor's buffer.
tensorflow::Tensor::Tensor() Creates a 1-dimensional, 0-element float tensor. The returned Tensor
TTypes< T, NDIMS >::Tensor tensorflow::Tensor::shaped(gtl::ArraySlice< int64 > new_sizes)
Page 4 of 5