Searched refs:peak_bytes (Results 1 – 16 of 16) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_node.cc | 173 int64 peak_bytes = 0; in AddMemoryStats() local 177 peak_bytes += mem.peak_bytes(); in AddMemoryStats() 185 peak_bytes += exec_mem.host_persistent_bytes() + in AddMemoryStats() 191 exec_mem.set_peak_bytes(peak_bytes); in AddMemoryStats()
|
D | tfprof_node_show.cc | 41 mutable_proto()->set_peak_bytes(node->peak_bytes(step)); in ReInit() 103 proto().peak_bytes()); in AddSelfToTotalStats() 159 mutable_proto()->set_peak_bytes(node->peak_bytes()); in ReInit() 210 proto().peak_bytes()); in AddSelfToTotalStats()
|
D | tfprof_node.h | 130 int64 peak_bytes() const { in peak_bytes() function 131 int64 peak_bytes = 0; in peak_bytes() local 133 peak_bytes += exec.peak_bytes(); in peak_bytes() 135 return peak_bytes; in peak_bytes() 572 int64 peak_bytes(int64 step) const { GRAPH_NODE_BYTES(peak); } in peak_bytes() function 809 peak_bytes_ += node->peak_bytes(step); in SnapshotNodes() 845 int64 peak_bytes() const { return peak_bytes_; } in peak_bytes() function
|
D | tfprof_code.cc | 221 sample_pb->mutable_value()->Add(gn->peak_bytes(node->node->step())); in Add() 638 attrs.push_back(FormatNodeMemory(node, node->proto().peak_bytes(), in FormatNode()
|
D | tfprof_op.cc | 237 node->proto().peak_bytes())); in FormatNode()
|
D | tfprof_show.cc | 178 info.push_back(FormatNodeMemory(node, node->proto().peak_bytes(), in FormatNode()
|
/external/tensorflow/tensorflow/core/profiler/ |
D | tfprof_output.proto | 34 int64 peak_bytes = 24; field 96 int64 peak_bytes = 16; field
|
D | tfprof_log.proto | 139 int64 peak_bytes = 7; field
|
/external/tensorflow/tensorflow/core/profiler/g3doc/ |
D | options.md | 67 `peak_bytes`: The peak requested memory (not de-allocated) by the operation. 101 `-order_by`: Order the results by [name|depth|bytes|peak_bytes|residual_bytes|output_bytes|micros|a… 119 [bytes|peak_bytes|residual_bytes|output_bytes|micros|accelerator_micros|cpu_micros|params|float_ops…
|
/external/tensorflow/tensorflow/python/profiler/ |
D | profiler_test.py | 209 self.assertEqual(n1.peak_bytes, 0) 219 self.assertGreater(n2.peak_bytes, 0)
|
D | model_analyzer_test.py | 486 self.assertGreaterEqual(n.peak_bytes, mpb) 741 self.assertGreater(n.peak_bytes, 0) 744 self.assertEqual(n.peak_bytes, n2.peak_bytes)
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.profiler.-multi-graph-node-proto.pbtxt | 36 name: "peak_bytes"
|
D | tensorflow.profiler.-graph-node-proto.pbtxt | 49 name: "peak_bytes"
|
/external/tensorflow/tensorflow/core/framework/ |
D | step_stats.proto | 24 int64 peak_bytes = 3; field
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | direct_session_with_tracking_alloc_test.cc | 362 EXPECT_LT(0, node_stat.memory(0).peak_bytes()); in TEST()
|
D | step_stats_collector.cc | 66 int64 peak = all.peak_bytes(); in Done()
|