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

int64 tensorflow::Tensor::NumElements() const Convenience accessor for the tensor shape.

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

TTypes< T, NDIMS >::ConstTensor tensorflow::Tensor::flat_outer_dims() const

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

bool tensorflow::Tensor::CopyFrom(const Tensor &other, const TensorShape &shape) TF_MUST_USE_RESULT Copy the other tensor

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

void tensorflow::Tensor::FillDescription(TensorDescription *description) const Fill in the TensorDescription proto

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

virtual Status tensorflow::Env::GetSymbolFromLibrary(void *handle, const char *symbol_name, void **symbol)=0

2025-01-10 15:47:30
tensorflow::TensorShape::buf[16][16]
  • References/Big Data/TensorFlow/TensorFlow C++/TensorShape

uint8 tensorflow::TensorShape::buf[16][16]

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

bool tensorflow::Tensor::SharesBufferWith(const Tensor &b) const

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

Env* tensorflow::SessionOptions::env The environment to use.

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

void tensorflow::EnvWrapper::SleepForMicroseconds(int64 micros) override Sleeps/delays the thread for the prescribed number of

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

TTypes< T, NDIMS >::Tensor tensorflow::Tensor::bit_casted_tensor() Return the tensor data to an Eigen::Tensor

2025-01-10 15:47:30