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.cc76 mutable_proto()->set_total_output_bytes(proto().total_output_bytes() + in AggregateTotalStats()
77 node_pb->total_output_bytes()); in AggregateTotalStats()
103 mutable_proto()->set_total_output_bytes(proto().total_output_bytes() + in AddSelfToTotalStats()
186 mutable_proto()->set_total_output_bytes(proto().total_output_bytes() + in AggregateTotalStats()
187 node_pb->total_output_bytes()); in AggregateTotalStats()
210 mutable_proto()->set_total_output_bytes(proto().total_output_bytes() + in AddSelfToTotalStats()
Dtfprof_node.cc112 int64_t total_output_bytes = 0; in AddMemoryStats() local
125 total_output_bytes += output_bytes; in AddMemoryStats()
132 exec_mem.set_output_bytes(total_output_bytes); in AddMemoryStats()
Dtfprof_show_multi.h96 return n1->proto().total_output_bytes() > in SortNodes()
97 n2->proto().total_output_bytes(); in SortNodes()
Dtfprof_show.h97 return n1->proto().total_output_bytes() > in SortNodes()
98 n2->proto().total_output_bytes(); in SortNodes()
Dtfprof_show.cc80 node->proto().total_output_bytes() < opts.min_output_bytes || in ShouldShow()
187 node->proto().total_output_bytes())); in FormatNode()
Dtfprof_op.cc244 attrs.push_back(FormatMemoryNode(node->proto().total_output_bytes(), in FormatNode()
245 root->proto().total_output_bytes(), in FormatNode()
Dtfprof_show_multi.cc71 node->proto().total_output_bytes() < opts.min_output_bytes || in ShouldShow()
Dtfprof_code.cc660 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"