Home
last modified time | relevance | path

Searched refs:FormatInputShapes (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_show_multi.h71 string FormatInputShapes(const MultiGraphNodeProto& proto) const;
Dtfprof_show_multi.cc164 string TFMultiShow::FormatInputShapes(const MultiGraphNodeProto& proto) const { in FormatInputShapes() function in tensorflow::tfprof::TFMultiShow
Dtfprof_op.cc314 string input_shape_str = FormatInputShapes(node->proto()); in FormatNode()