tensorflow::Env
  • References/Big Data/TensorFlow/TensorFlow C++/Env

An interface used by the tensorflow implementation to access operating system functionality like the filesystem etc. Callers may wish to provide

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

static Status tensorflow::TensorShapeUtils::MakeShape(const int32 *dims, int64 n, TensorShape *out) Returns a TensorShape

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

bool tensorflow::TensorShapeUtils::StartsWith(const TensorShape &shape0, const TensorShape &shape1)

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

tensorflow::WritableFile::WritableFile()

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

Static helper routines for TensorShape. Includes a few common predicates on a tensor shape. Member Details

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

void tensorflow::TensorShape::InsertDim(int d, int64 size) Insert a dimension somewhere in the TensorShape. REQUIRES:

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

string tensorflow::SessionOptions::target The TensorFlow runtime to connect to. If 'target' is

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

Status tensorflow::Env::GetChildren(const string &dir, std::vector< string > *result) Stores in *result the names of

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

int64 tensorflow::Tensor::dim_size(int d) const Convenience accessor for the tensor shape.

2025-01-10 15:47:30