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

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

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

void tensorflow::TensorShape::DumpRep() const

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

TensorShapeIter tensorflow::TensorShape::end() const

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

const TensorShape& tensorflow::Tensor::shape() const Returns the shape of the tensor.

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

Status tensorflow::PartialTensorShape::MergeWith(const PartialTensorShape &shape, PartialTensorShape *result) const Merges

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

bool tensorflow::Tensor::IsInitialized() const If necessary, has this Tensor been initialized? Zero-element

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

string tensorflow::Tensor::DebugString() const A human-readable summary of the tensor suitable for debugging.

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

Env* tensorflow::EnvWrapper::target() const Returns the target to which this Env forwards all calls.

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

Status tensorflow::Env::GetRegisteredFileSystemSchemes(std::vector< string > *schemes) Returns the file system schemes registered

2025-01-10 15:47:30