Home
last modified time | relevance | path

Searched defs:ShapeDebugString (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/c/kernels/
H A Dtensor_shape_utils_test.cc46 TEST(ShapeDebugString, RegularShape) { TestShapeMatch(TensorShape({5, 4, 7})); } in TEST() argument
48 TEST(ShapeDebugString, ScalarShape) { TestShapeMatch(TensorShape({})); } in TEST() argument
H A Dtensor_shape_utils.cc26 std::string ShapeDebugString(TF_Tensor* tensor) { in ShapeDebugString() function