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

TTypes<T>::ConstMatrix tensorflow::Tensor::matrix() const

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

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

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

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

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

TTypes<T>::UnalignedFlat tensorflow::Tensor::unaligned_flat()

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

TTypes< T, NDIMS >::UnalignedConstTensor tensorflow::Tensor::unaligned_shaped(gtl::ArraySlice< int64 > new_sizes) const

2025-01-10 15:47:30