Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dtest_util.cc38 PartialTensorShapeUtils::PartialShapeListString(it->second), in ShapeAnnotationsMatch()
40 PartialTensorShapeUtils::PartialShapeListString(shapes)); in ShapeAnnotationsMatch()
/external/tensorflow/tensorflow/core/kernels/
Dpadding_fifo_queue.cc276 PartialTensorShapeUtils::PartialShapeListString(partial_shapes_), in CompatibleNodeDefShapes()
278 PartialTensorShapeUtils::PartialShapeListString(requested_shapes)); in CompatibleNodeDefShapes()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dutils.cc153 return PartialTensorShapeUtils::PartialShapeListString(shapes); in DebugString()
/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.h567 static std::string PartialShapeListString(
Dtensor_shape.cc958 string PartialTensorShapeUtils::PartialShapeListString( in PartialShapeListString() function in tensorflow::PartialTensorShapeUtils
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc815 << PartialTensorShapeUtils::PartialShapeListString(output_shapes); in BuildIfNode()