Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.cc123 .requested_bytes()); in AddMemoryStats()
172 int64 requested_bytes = 0; in AddMemoryStats() local
176 requested_bytes += mem.total_bytes(); in AddMemoryStats()
181 requested_bytes += exec_mem.host_persistent_bytes() + in AddMemoryStats()
189 exec_mem.set_requested_bytes(requested_bytes); in AddMemoryStats()
Dtfprof_node_show.cc40 mutable_proto()->set_requested_bytes(node->requested_bytes(step)); in ReInit()
101 proto().requested_bytes()); in AddSelfToTotalStats()
158 mutable_proto()->set_requested_bytes(node->requested_bytes()); in ReInit()
208 proto().requested_bytes()); in AddSelfToTotalStats()
Dtfprof_node.h123 int64 requested_bytes() const { in requested_bytes() function
124 int64 requested_bytes = 0; in requested_bytes() local
126 requested_bytes += exec.requested_bytes(); in requested_bytes()
128 return requested_bytes; in requested_bytes()
571 int64 requested_bytes(int64 step) const { GRAPH_NODE_BYTES(requested); } in requested_bytes() function
808 requested_bytes_ += node->requested_bytes(step); in SnapshotNodes()
844 int64 requested_bytes() const { return requested_bytes_; } in requested_bytes() function
Dtfprof_code.cc219 gn->requested_bytes(node->node->step())); in Add()
634 attrs.push_back(FormatNodeMemory(node, node->proto().requested_bytes(), in FormatNode()
Dtfprof_op.cc231 node->proto().requested_bytes())); in FormatNode()
Dtfprof_show.cc174 info.push_back(FormatNodeMemory(node, node->proto().requested_bytes(), in FormatNode()
/external/tensorflow/tensorflow/core/framework/
Dallocation_description.proto12 int64 requested_bytes = 1; field
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_output.proto32 int64 requested_bytes = 3; field
94 int64 requested_bytes = 3; field
Dtfprof_log.proto137 int64 requested_bytes = 6; field
/external/tensorflow/tensorflow/python/profiler/
Dprofiler_test.py208 self.assertEqual(n1.requested_bytes, 0)
218 self.assertGreater(n2.requested_bytes, 0)
Dmodel_analyzer_test.py484 self.assertGreaterEqual(n.requested_bytes, mb)
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.profiler.-multi-graph-node-proto.pbtxt30 name: "requested_bytes"
Dtensorflow.profiler.-graph-node-proto.pbtxt43 name: "requested_bytes"
/external/tensorflow/tensorflow/python/client/
Dtimeline.py500 num_bytes = allocation.requested_bytes
/external/tensorflow/tensorflow/core/graph/
Dcostmodel.cc119 no.tensor_description().allocation_description().requested_bytes(); in MergeFromStats()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc289 tot += no.tensor_description().allocation_description().requested_bytes(); in DetailText()