tensorflow::Env::GetFileSize()
  • References/Big Data/TensorFlow/TensorFlow C++/Env

Status tensorflow::Env::GetFileSize(const string &fname, uint64 *file_size) Stores the size of fname in *file_size

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

Tensor& tensorflow::Tensor::operator=(const Tensor &other) Assign operator. This tensor shares other's underlying storage

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

virtual Status tensorflow::WritableFile::Append(const StringPiece &data)=0

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

const string& tensorflow::Status::error_message() const

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

virtual Status tensorflow::Env::LoadLibrary(const char *library_filename, void **handle)=0

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

string tensorflow::Status::State::msg

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

Status tensorflow::TensorShape::IsValidShape(const TensorShapeProto &proto) Returns OK iff proto

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

size_t tensorflow::Tensor::BufferHash() const

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

void tensorflow::Tensor::AsProtoField(TensorProto *proto) const Fills in proto with *this tensor's content

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

void tensorflow::TensorShape::RemoveDim(int d) Removes dimension d from the TensorShape. REQUIRES: 0

2025-01-10 15:47:30