tensorflow::Tensor::~Tensor()
  • References/Big Data/TensorFlow/TensorFlow C++/Tensor

tensorflow::Tensor::Tensor() Creates a 1-dimensional, 0-element float tensor. The returned Tensor

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

static constexpr int tensorflow::TensorShape::MaxDimensions()

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

virtual uint64 tensorflow::Env::NowSeconds() Returns the number of seconds since some fixed point in time. Only useful for computing

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

string tensorflow::Status::ToString() const Return a string representation of this status suitable for printing. Returns the string

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

Status tensorflow::Env::DeleteRecursively(const string &dirname, int64 *undeleted_files, int64 *undeleted_dirs) Deletes the

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

static bool tensorflow::TensorShapeUtils::IsVector(const TensorShape &shape)

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

Configuration information for a Session . Member Details Env* tensorflow::SessionOptions::env

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

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

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