Searched refs:residual_bytes (Results 1 – 16 of 16) sorted by relevance
171 int64 residual_bytes = 0; in AddMemoryStats() local175 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()
42 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()
137 int64 residual_bytes() const { in residual_bytes() function138 int64 residual_bytes = 0; in residual_bytes() local140 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() function810 residual_bytes_ += node->residual_bytes(step); in SnapshotNodes()846 int64 residual_bytes() const { return residual_bytes_; } in residual_bytes() function
224 gn->residual_bytes(node->node->step())); in Add()642 attrs.push_back(FormatNodeMemory(node, node->proto().residual_bytes(), in FormatNode()
243 node->proto().residual_bytes())); in FormatNode()
182 info.push_back(FormatNodeMemory(node, node->proto().residual_bytes(), in FormatNode()
36 int64 residual_bytes = 25; field98 int64 residual_bytes = 17; field
141 int64 residual_bytes = 8; field
68 `residual_bytes`: The memory requested by the operation and not de-allocated101 `-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…
210 self.assertEqual(n1.residual_bytes, 0)220 self.assertGreater(n2.residual_bytes, 0)
488 self.assertGreaterEqual(n.residual_bytes, mrb)743 self.assertGreater(n.residual_bytes, 0)746 self.assertEqual(n.residual_bytes, n2.residual_bytes)
42 name: "residual_bytes"
55 name: "residual_bytes"
209 int residual_bytes[3][4]; // approximate number of bytes spent for member
292 stats->residual_bytes[s][i] = enc->residual_bytes_[s][i]; in StoreStats()