Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node_show.cc79 mutable_proto()->set_total_output_bytes(proto().total_output_bytes() + in AggregateTotalStats()
80 node_pb->total_output_bytes()); in AggregateTotalStats()
106 mutable_proto()->set_total_output_bytes(proto().total_output_bytes() + in AddSelfToTotalStats()
189 mutable_proto()->set_total_output_bytes(proto().total_output_bytes() + in AggregateTotalStats()
190 node_pb->total_output_bytes()); in AggregateTotalStats()
213 mutable_proto()->set_total_output_bytes(proto().total_output_bytes() + in AddSelfToTotalStats()
Dtfprof_node.cc113 int64 total_output_bytes = 0; in AddMemoryStats() local
126 total_output_bytes += output_bytes; in AddMemoryStats()
133 exec_mem.set_output_bytes(total_output_bytes); in AddMemoryStats()
Dtfprof_show_multi.h100 return n1->proto().total_output_bytes() > in SortNodes()
101 n2->proto().total_output_bytes(); in SortNodes()
Dtfprof_show.h98 return n1->proto().total_output_bytes() > in SortNodes()
99 n2->proto().total_output_bytes(); in SortNodes()
Dtfprof_op.cc246 attrs.push_back(FormatMemoryNode(node->proto().total_output_bytes(), in FormatNode()
247 root->proto().total_output_bytes(), in FormatNode()
Dtfprof_show.cc79 node->proto().total_output_bytes() < opts.min_output_bytes || in ShouldShow()
187 node->proto().total_output_bytes())); in FormatNode()
Dtfprof_show_multi.cc71 node->proto().total_output_bytes() < opts.min_output_bytes || in ShouldShow()
Dtfprof_code.cc647 node->proto().total_output_bytes())); in FormatNode()
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_output.proto61 int64 total_output_bytes = 29; field
116 int64 total_output_bytes = 21; field
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.profiler.-multi-graph-node-proto.pbtxt102 name: "total_output_bytes"
Dtensorflow.profiler.-graph-node-proto.pbtxt133 name: "total_output_bytes"