Searched defs:ShapeDebugString (Results 1 – 2 of 2) sorted by relevance
46 TEST(ShapeDebugString, RegularShape) { TestShapeMatch(TensorShape({5, 4, 7})); } in TEST() argument48 TEST(ShapeDebugString, ScalarShape) { TestShapeMatch(TensorShape({})); } in TEST() argument
26 std::string ShapeDebugString(TF_Tensor* tensor) { in ShapeDebugString() function