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

void tensorflow::TensorShape::AddDim(int64 size) Add a dimension to the end ("inner-most"). REQUIRES: size >= 0

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

Eigen::DSizes< Eigen::DenseIndex, NDIMS > tensorflow::TensorShape::AsEigenDSizesWithPadding() const Same as AsEigenDSizes()

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

void tensorflow::TensorShape::AppendShape(const TensorShape &shape) Appends all the dimensions from shape.

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

void tensorflow::TensorShape::RemoveDim(int d) Removes dimension d from the TensorShape. REQUIRES: 0

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

Member Details uint8 tensorflow::TensorShape::buf[16][16] Rep64* tensorflow::Tensor

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

tensorflow::TensorShape::TensorShape(gtl::ArraySlice< int64 > dim_sizes) Construct a TensorShape from the provided

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

gtl::InlinedVector< int64, 4 > tensorflow::TensorShape::dim_sizes() const Returns sizes of all dimensions.

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

bool tensorflow::TensorShape::IsSameSize(const TensorShape &b) const Returns true if *this and b

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

int tensorflow::TensorShape::dims() const Return the number of dimensions in the tensor.

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

int64 tensorflow::TensorShape::dim_size(int d) const Returns the number of elements in dimension d. REQUIRES: 0

2025-01-10 15:47:30