tensorflow::Tensor::unaligned_flat()
  • References/Big Data/TensorFlow/TensorFlow C++/Tensor

TTypes<T>::UnalignedConstFlat tensorflow::Tensor::unaligned_flat() const

2025-01-10 15:47:30
tensorflow::Tensor::vec()
  • References/Big Data/TensorFlow/TensorFlow C++/Tensor

TTypes<T>::Vec tensorflow::Tensor::vec() Return the tensor data as an Eigen::Tensor with the type and sizes

2025-01-10 15:47:30
tensorflow::Tensor::SummarizeValue()
  • References/Big Data/TensorFlow/TensorFlow C++/Tensor

string tensorflow::Tensor::SummarizeValue(int64 max_entries) const Render the first max_entries values in *this

2025-01-10 15:47:30
tensorflow::Tensor::FromProto()
  • References/Big Data/TensorFlow/TensorFlow C++/Tensor

bool tensorflow::Tensor::FromProto(const TensorProto &other) TF_MUST_USE_RESULT Parse other and construct the

2025-01-10 15:47:30
tensorflow::Tensor::dims()
  • References/Big Data/TensorFlow/TensorFlow C++/Tensor

int tensorflow::Tensor::dims() const Convenience accessor for the tensor shape. For all shape

2025-01-10 15:47:30
tensorflow::Tensor
  • References/Big Data/TensorFlow/TensorFlow C++/Tensor

Represents an n-dimensional array of values. Member Details tensorflow::Tensor::Tensor()

2025-01-10 15:47:30
tensorflow::Tensor::flat_outer_dims()
  • References/Big Data/TensorFlow/TensorFlow C++/Tensor

TTypes< T, NDIMS >::Tensor tensorflow::Tensor::flat_outer_dims() Returns the data as an Eigen::Tensor with NDIMS dimensions

2025-01-10 15:47:30
tensorflow::Tensor::tensor_data()
  • References/Big Data/TensorFlow/TensorFlow C++/Tensor

StringPiece tensorflow::Tensor::tensor_data() const Returns a StringPiece mapping the current tensor's buffer.

2025-01-10 15:47:30
tensorflow::Tensor::~Tensor()
  • References/Big Data/TensorFlow/TensorFlow C++/Tensor

tensorflow::Tensor::Tensor() Creates a 1-dimensional, 0-element float tensor. The returned Tensor

2025-01-10 15:47:30
tensorflow::Tensor::shaped()
  • References/Big Data/TensorFlow/TensorFlow C++/Tensor

TTypes< T, NDIMS >::Tensor tensorflow::Tensor::shaped(gtl::ArraySlice< int64 > new_sizes)

2025-01-10 15:47:30