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

virtual Status tensorflow::Session::Create(const GraphDef &graph)=0 Create the graph to be used for the session.

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

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

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

string tensorflow::Tensor::SummarizeValue(int64 max_entries) const Render the first max_entries values in *this

2025-01-10 15:47:30
tensorflow::Status::State::code
  • References/Big Data/TensorFlow/TensorFlow C++/Status::State/StructState

tensorflow::error::Code tensorflow::Status::State::code

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

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

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

void tensorflow::TensorShape::set_dim(int d, int64 size) Modifies the size of the dimension d to be size

2025-01-10 15:47:30