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

TTypes<T>::ConstVec tensorflow::Tensor::vec() const Const versions of all the methods above.

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

size_t tensorflow::Tensor::TotalBytes() const Returns the estimated memory usage of this tensor.

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

size_t tensorflow::ThreadOptions::guard_size Guard area size to use near thread stacks to use (in bytes)

2025-01-10 15:47:30
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::IsAligned()
  • References/Big Data/TensorFlow/TensorFlow C++/Tensor

bool tensorflow::Tensor::IsAligned() const Returns true iff this tensor is aligned.

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

void tensorflow::TensorShape::AppendShape(const TensorShape &shape) Appends all the dimensions from shape.

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

virtual Status tensorflow::Session::PRun(const string &handle, const std::vector< std::pair< string, Tensor > > &inputs, const std::vector< string

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

bool tensorflow::TensorShape::IsSameSize(const TensorShape &b) const Returns true if *this and b

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

Static helper routines for PartialTensorShape. Includes a few common predicates on a partially known tensor shape. Member Details

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

bool tensorflow::Status::ok() const Returns true iff the status indicates success.

2025-01-10 15:47:30