Home
last modified time | relevance | path

Searched refs:ShapeListString (Results 1 – 9 of 9) 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()
Dpriority_queue.cc424 ShapeListString(component_shapes_), in MatchesPriorityNodeDefShapes()
426 ShapeListString(requested_shapes)); in MatchesPriorityNodeDefShapes()
Dqueue_base.h142 static string ShapeListString(const gtl::ArraySlice<TensorShape>& shapes);
Dbarrier_ops.cc487 TensorShapeUtils::ShapeListString(barrier->component_shapes()), in VerifyResource()
489 TensorShapeUtils::ShapeListString(value_component_shapes_)); in VerifyResource()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/utils/
Dtrt_lru_cache.h121 return std::hash<std::string>()(TensorShapeUtils::ShapeListString(key)); in operator()
167 oss << TensorShapeUtils::ShapeListString(item.first) << ": " << hex in DebugString()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_op.cc380 << TensorShapeUtils::ShapeListString(input_shapes) in ComputeAsync()
615 << TensorShapeUtils::ShapeListString(engine_input_shapes); in GetEngine()
/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.h387 static string ShapeListString(const gtl::ArraySlice<TensorShape>& shapes);
Dtensor_shape.cc622 string TensorShapeUtils::ShapeListString( in MAKE_SHAPE()