tensorflow::TensorShapeUtils::ShapeListString()

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

2016-10-14 18:57:25
tensorflow::TensorShapeUtils::IsMatrix()

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

2016-10-14 18:57:24
tensorflow::TensorShapeUtils::IsSquareMatrix()

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

2016-10-14 18:57:25
tensorflow::TensorShapeUtils::StartsWith()

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

2016-10-14 18:57:25
tensorflow::TensorShapeUtils

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

2016-10-14 18:57:24
tensorflow::TensorShapeUtils::MakeShape()

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

2016-10-14 18:57:25
tensorflow::TensorShapeUtils::IsMatrixOrHigher()

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

2016-10-14 18:57:24
tensorflow::TensorShapeUtils::IsVector()

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

2016-10-14 18:57:25
tensorflow::TensorShapeUtils::IsVectorOrHigher()

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

2016-10-14 18:57:25
tensorflow::TensorShapeUtils::IsScalar()

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

2016-10-14 18:57:25