bool tensorflow::Tensor::CopyFrom(const Tensor &other, const TensorShape &shape) TF_MUST_USE_RESULT Copy the other tensor
TTypes< T >::ConstScalar tensorflow::Tensor::scalar() const
int64 tensorflow::Tensor::NumElements() const Convenience accessor for the tensor shape.
bool tensorflow::Tensor::SharesBufferWith(const Tensor &b) const
TTypes< T, NDIMS >::ConstTensor tensorflow::Tensor::shaped(gtl::ArraySlice< int64 > new_sizes) const
TTypes< T, NDIMS >::ConstTensor tensorflow::Tensor::flat_outer_dims() const
TTypes< T, NDIMS >::Tensor tensorflow::Tensor::tensor()
void tensorflow::Tensor::FillDescription(TensorDescription *description) const Fill in the TensorDescription proto
TTypes< T, NDIMS >::Tensor tensorflow::Tensor::bit_casted_shaped(gtl::ArraySlice< int64 > new_sizes) Return the tensor
TTypes<T>::Flat tensorflow::Tensor::flat() Return the tensor data as an Eigen::Tensor of the data type and
Page 1 of 5