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::TensorShape::dim_size()
  • References/Big Data/TensorFlow/TensorFlow C++/TensorShape

int64 tensorflow::TensorShape::dim_size(int d) const Returns the number of elements in dimension d. REQUIRES: 0

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

PartialTensorShape tensorflow::PartialTensorShape::Concatenate(int64 size) const Add a dimension to the end ("inner-most"), returns

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

Member Details tensorflow::Thread::Thread() tensorflow::Thread::~Thread()

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

bool tensorflow::Env::FileExists(const string &fname) Returns true iff the named file exists.

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

virtual tensorflow::Env::~Env()=default

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

Status tensorflow::Env::CreateDir(const string &dirname) Creates the specified directory.

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

Status tensorflow::Env::NewReadOnlyMemoryRegionFromFile(const string &fname, std::unique_ptr< ReadOnlyMemoryRegion > *result) Creates

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

bool tensorflow::TensorShape::IsValid(const TensorShapeProto &proto) Returns true iff proto is a

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