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

string tensorflow::TensorShapeUtils::ShapeListString(const gtl::ArraySlice< TensorShape > &shapes)

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

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

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

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

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

Static helper routines for TensorShape. Includes a few common predicates on a tensor shape. Member Details

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

bool tensorflow::TensorShapeUtils::StartsWith(const TensorShape &shape0, const TensorShape &shape1)

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

static Status tensorflow::TensorShapeUtils::MakeShape(const int32 *dims, int64 n, TensorShape *out) Returns a TensorShape

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

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

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

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

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

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

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