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

int tensorflow::PartialTensorShape::dims() const Return the number of dimensions in the tensor. If the number of dimensions is

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

TTypes<T>::ConstFlat tensorflow::Tensor::flat() const

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

TTypes< T, NDIMS >::ConstTensor tensorflow::Tensor::bit_casted_shaped(gtl::ArraySlice< int64 > new_sizes) const Return

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

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

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

size_t tensorflow::Tensor::TotalBytes() const Returns the estimated memory usage of this tensor.

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

TTypes<T>::UnalignedConstFlat tensorflow::Tensor::unaligned_flat() const

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

Tensor tensorflow::Tensor::Slice(int64 dim0_start, int64 dim0_limit) const Slice this tensor along the 1st dimension.

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

Status tensorflow::EnvWrapper::LoadLibrary(const char *library_filename, void **handle) override

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

virtual void tensorflow::Env::SchedClosure(std::function< void()> closure)=0

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

Status tensorflow::EnvWrapper::RegisterFileSystem(const string &scheme, FileSystemRegistry::Factory factory) override

2025-01-10 15:47:30