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

tensorflow::Session::Session()

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

TTypes< T >::Scalar tensorflow::Tensor::scalar() Return the Tensor data as a TensorMap of fixed size 1:

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

void tensorflow::Tensor::UnsafeCopyFromInternal(const Tensor &, const TensorShape &) Copy the other tensor into this tensor

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

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

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

void tensorflow::EnvWrapper::SchedClosureAfter(int64 micros, std::function< void()> closure) override

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

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

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

gtl::ArraySlice<int64> tensorflow::PartialTensorShape::dim_sizes() const Returns sizes of all dimensions.

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

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

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