Home
last modified time | relevance | path

Searched refs:ShapeListString (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dqueue_base.cc81 string QueueBase::ShapeListString(const gtl::ArraySlice<TensorShape>& shapes) { in ShapeListString() function in tensorflow::QueueBase
135 ShapeListString(component_shapes_), in MatchesNodeDefShapes()
137 ShapeListString(requested_shapes)); in MatchesNodeDefShapes()
Dtyped_queue.h63 ", Shapes: ", ShapeListString(component_shapes_)); in Initialize()
Dqueue_base.h138 static string ShapeListString(const gtl::ArraySlice<TensorShape>& shapes);
Dpriority_queue.cc425 ShapeListString(component_shapes_), in MatchesPriorityNodeDefShapes()
427 ShapeListString(requested_shapes)); in MatchesPriorityNodeDefShapes()
Dbarrier_ops.cc487 TensorShapeUtils::ShapeListString(barrier->component_shapes()), in VerifyResource()
489 TensorShapeUtils::ShapeListString(value_component_shapes_)); in VerifyResource()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_op.cc581 TensorShapeUtils::ShapeListString(input_concrete_shapes)); in VerifyInputShapes()
587 TensorShapeUtils::ShapeListString(input_concrete_shapes)); in VerifyInputShapes()
594 TensorShapeUtils::ShapeListString(input_concrete_shapes)); in VerifyInputShapes()
714 << TensorShapeUtils::ShapeListString(input_concrete_shapes) in ComputeAsync()
833 << TensorShapeUtils::ShapeListString(input_concrete_shapes); in BuildEngine()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_lru_cache.cc88 oss << TensorShapeUtils::ShapeListString(item.first) << ": " << hex in DebugString()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dutils.h65 return std::hash<std::string>()(TensorShapeUtils::ShapeListString(key)); in operator()
Dutils.cc149 return TensorShapeUtils::ShapeListString(shapes); in DebugString()
/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.h490 static std::string ShapeListString(
Dtensor_shape.cc837 string TensorShapeUtils::ShapeListString( in MAKE_SHAPE()