Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_code.cc665 std::vector<string> time_attrs = FormatTimes(node, opts); in FormatNode() local
666 attrs.insert(attrs.end(), time_attrs.begin(), time_attrs.end()); in FormatNode()