Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_utils.h36 string FormatShapes(const std::vector<int64>& shapes);
Dtfprof_show.cc151 const string shape = FormatShapes(node->node->shape()); in FormatNode()
Dtfprof_utils.cc64 string FormatShapes(const std::vector<int64>& shape) { in FormatShapes() function