tensorflow::TensorShape::dims()
  • References/Big Data/TensorFlow/TensorFlow C++/TensorShape

int tensorflow::TensorShape::dims() const Return the number of dimensions in the tensor.

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

virtual Status tensorflow::Session::Extend(const GraphDef &graph)=0 Adds operations to the graph that is already registered

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

Status tensorflow::EnvWrapper::GetRegisteredFileSystemSchemes(std::vector< string > *schemes) override Returns the file

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

TTypes<T>::Vec tensorflow::Tensor::vec() Return the tensor data as an Eigen::Tensor with the type and sizes

2025-01-10 15:47:30