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

A file abstraction for sequential writing. The implementation must provide buffering since callers may append small fragments at a time to the

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

return tensorflow::Status::OK()

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

tensorflow::RandomAccessFile::RandomAccessFile()

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

tensorflow::TensorShape::TensorShape(gtl::ArraySlice< int64 > dim_sizes) Construct a TensorShape from the provided

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

size_t tensorflow::ThreadOptions::stack_size Thread stack size to use (in bytes).

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

void tensorflow::Status::Update(const Status &new_status) If ok(), stores new_status into *this

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

TTypes< T, NDIMS >::Tensor tensorflow::Tensor::flat_inner_dims() Returns the data as an Eigen::Tensor with NDIMS dimensions

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

Member Details tensorflow::Status::Status() Create a success status.

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

TTypes<T>::ConstVec tensorflow::Tensor::vec() const Const versions of all the methods above.

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

Status tensorflow::Env::IsDirectory(const string &fname) Returns whether the given path is a directory or not. Typical return

2025-01-10 15:47:30