Home
last modified time | relevance | path

Searched refs:PartialShapeListString (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dtest_util.cc38 PartialTensorShapeUtils::PartialShapeListString(it->second), in ShapeAnnotationsMatch()
40 PartialTensorShapeUtils::PartialShapeListString(shapes)); in ShapeAnnotationsMatch()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dpadding_fifo_queue.cc274 PartialTensorShapeUtils::PartialShapeListString(partial_shapes_), in CompatibleNodeDefShapes()
276 PartialTensorShapeUtils::PartialShapeListString(requested_shapes)); in CompatibleNodeDefShapes()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dutils.cc110 return PartialTensorShapeUtils::PartialShapeListString(shapes); in DebugString()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor_shape.h617 static std::string PartialShapeListString(
H A Dtensor_shape.cc970 string PartialTensorShapeUtils::PartialShapeListString( in PartialShapeListString() function in tensorflow::PartialTensorShapeUtils
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dfunctionalize_cond.cc813 << PartialTensorShapeUtils::PartialShapeListString(output_shapes); in BuildIfNode()