bool tensorflow::Tensor::IsAligned() const Returns true iff this tensor is aligned.
TTypes< T, NDIMS >::Tensor tensorflow::Tensor::flat_inner_dims() Returns the data as an Eigen::Tensor with NDIMS dimensions
void tensorflow::Tensor::AsProtoTensorContent(TensorProto *proto) const
TTypes<T>::Matrix tensorflow::Tensor::matrix()
TTypes<T>::UnalignedConstFlat tensorflow::Tensor::unaligned_flat() const
Tensor tensorflow::Tensor::Slice(int64 dim0_start, int64 dim0_limit) const Slice this tensor along the 1st dimension.
TTypes< T, NDIMS >::ConstTensor tensorflow::Tensor::bit_casted_shaped(gtl::ArraySlice< int64 > new_sizes) const Return
size_t tensorflow::Tensor::TotalBytes() const Returns the estimated memory usage of this tensor.
TTypes< T, NDIMS >::ConstTensor tensorflow::Tensor::bit_casted_tensor() const Return the tensor data to an Eigen::Tensor
TTypes<T>::ConstVec tensorflow::Tensor::vec() const Const versions of all the methods above.
Page 3 of 5