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

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

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

string tensorflow::Tensor::DebugString() const A human-readable summary of the tensor suitable for debugging.

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

bool tensorflow::Tensor::IsInitialized() const If necessary, has this Tensor been initialized? Zero-element

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

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

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

DataType tensorflow::Tensor::dtype() const Returns the data type.

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

const TensorShape& tensorflow::Tensor::shape() const Returns the shape of the tensor.

2025-01-10 15:47:30