Searched refs:ShapeListString (Results 1 – 11 of 11) sorted by relevance
81 string QueueBase::ShapeListString(const gtl::ArraySlice<TensorShape>& shapes) { in ShapeListString() function in tensorflow::QueueBase135 ShapeListString(component_shapes_), in MatchesNodeDefShapes()137 ShapeListString(requested_shapes)); in MatchesNodeDefShapes()
63 ", Shapes: ", ShapeListString(component_shapes_)); in Initialize()
138 static string ShapeListString(const gtl::ArraySlice<TensorShape>& shapes);
425 ShapeListString(component_shapes_), in MatchesPriorityNodeDefShapes()427 ShapeListString(requested_shapes)); in MatchesPriorityNodeDefShapes()
487 TensorShapeUtils::ShapeListString(barrier->component_shapes()), in VerifyResource()489 TensorShapeUtils::ShapeListString(value_component_shapes_)); in VerifyResource()
581 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()
88 oss << TensorShapeUtils::ShapeListString(item.first) << ": " << hex in DebugString()
65 return std::hash<std::string>()(TensorShapeUtils::ShapeListString(key)); in operator()
149 return TensorShapeUtils::ShapeListString(shapes); in DebugString()
490 static std::string ShapeListString(
837 string TensorShapeUtils::ShapeListString( in MAKE_SHAPE()