Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.cc171 int64 residual_bytes = 0; in AddMemoryStats() local
175 residual_bytes += mem.live_bytes(); in AddMemoryStats()
179 residual_bytes += exec_mem.host_persistent_bytes() + in AddMemoryStats()
190 exec_mem.set_residual_bytes(residual_bytes); in AddMemoryStats()
Dtfprof_node_show.cc42 mutable_proto()->set_residual_bytes(node->residual_bytes(step)); in ReInit()
105 proto().residual_bytes()); in AddSelfToTotalStats()
160 mutable_proto()->set_residual_bytes(node->residual_bytes()); in ReInit()
212 proto().residual_bytes()); in AddSelfToTotalStats()
Dtfprof_node.h137 int64 residual_bytes() const { in residual_bytes() function
138 int64 residual_bytes = 0; in residual_bytes() local
140 residual_bytes += exec.residual_bytes(); in residual_bytes()
142 return residual_bytes; in residual_bytes()
573 int64 residual_bytes(int64 step) const { GRAPH_NODE_BYTES(residual); } in residual_bytes() function
810 residual_bytes_ += node->residual_bytes(step); in SnapshotNodes()
846 int64 residual_bytes() const { return residual_bytes_; } in residual_bytes() function
Dtfprof_code.cc224 gn->residual_bytes(node->node->step())); in Add()
642 attrs.push_back(FormatNodeMemory(node, node->proto().residual_bytes(), in FormatNode()
Dtfprof_op.cc243 node->proto().residual_bytes())); in FormatNode()
Dtfprof_show.cc182 info.push_back(FormatNodeMemory(node, node->proto().residual_bytes(), in FormatNode()
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_output.proto36 int64 residual_bytes = 25; field
98 int64 residual_bytes = 17; field
Dtfprof_log.proto141 int64 residual_bytes = 8; field
/external/tensorflow/tensorflow/core/profiler/g3doc/
Doptions.md68 `residual_bytes`: The memory requested by the operation and not de-allocated
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/
Dprofiler_test.py210 self.assertEqual(n1.residual_bytes, 0)
220 self.assertGreater(n2.residual_bytes, 0)
Dmodel_analyzer_test.py488 self.assertGreaterEqual(n.residual_bytes, mrb)
743 self.assertGreater(n.residual_bytes, 0)
746 self.assertEqual(n.residual_bytes, n2.residual_bytes)
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.profiler.-multi-graph-node-proto.pbtxt42 name: "residual_bytes"
Dtensorflow.profiler.-graph-node-proto.pbtxt55 name: "residual_bytes"
/external/webp/include/webp/
Dencode.h209 int residual_bytes[3][4]; // approximate number of bytes spent for member
/external/webp/src/webp/
Dencode.h209 int residual_bytes[3][4]; // approximate number of bytes spent for member
/external/webp/src/enc/
Dwebp_enc.c292 stats->residual_bytes[s][i] = enc->residual_bytes_[s][i]; in StoreStats()