tensorflow::TensorShapeUtils::IsMatrix()
  • References/Big Data/TensorFlow/TensorFlow C++/TensorShapeUtils

static bool tensorflow::TensorShapeUtils::IsMatrix(const TensorShape &shape)

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

void tensorflow::Tensor::FillDescription(TensorDescription *description) const Fill in the TensorDescription proto

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

TTypes< T, NDIMS >::ConstTensor tensorflow::Tensor::flat_outer_dims() const

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

virtual Thread* tensorflow::Env::StartThread(const ThreadOptions &thread_options, const string &name, std::function< void()> fn) TF_MUST_USE_RESULT=0

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

TTypes< T, NDIMS >::Tensor tensorflow::Tensor::bit_casted_tensor() Return the tensor data to an Eigen::Tensor

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

int64 tensorflow::TensorShape::num_elements() const Returns the number of elements in the tensor. We

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

Status tensorflow::Env::RenameFile(const string &src, const string &target) Renames file src to target. If target already

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

void tensorflow::TensorShape::AsProto(TensorShapeProto *proto) const Fill *proto from *this.

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

virtual void tensorflow::Env::SleepForMicroseconds(int64 micros)=0 Sleeps/delays the thread for the prescribed number of micro-seconds

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

Status tensorflow::Env::RegisterFileSystem(const string &scheme, FileSystemRegistry::Factory factory)

2025-01-10 15:47:30