Searched refs:FormatInputShapes (Results 1 – 3 of 3) sorted by relevance
71 string FormatInputShapes(const MultiGraphNodeProto& proto) const;
164 string TFMultiShow::FormatInputShapes(const MultiGraphNodeProto& proto) const { in FormatInputShapes() function in tensorflow::tfprof::TFMultiShow
314 string input_shape_str = FormatInputShapes(node->proto()); in FormatNode()