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