Searched refs:requested_bytes (Results 1 – 16 of 16) sorted by relevance
123 .requested_bytes()); in AddMemoryStats()172 int64 requested_bytes = 0; in AddMemoryStats() local176 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()
40 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()
123 int64 requested_bytes() const { in requested_bytes() function124 int64 requested_bytes = 0; in requested_bytes() local126 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() function808 requested_bytes_ += node->requested_bytes(step); in SnapshotNodes()844 int64 requested_bytes() const { return requested_bytes_; } in requested_bytes() function
219 gn->requested_bytes(node->node->step())); in Add()634 attrs.push_back(FormatNodeMemory(node, node->proto().requested_bytes(), in FormatNode()
231 node->proto().requested_bytes())); in FormatNode()
174 info.push_back(FormatNodeMemory(node, node->proto().requested_bytes(), in FormatNode()
12 int64 requested_bytes = 1; field
32 int64 requested_bytes = 3; field94 int64 requested_bytes = 3; field
137 int64 requested_bytes = 6; field
208 self.assertEqual(n1.requested_bytes, 0)218 self.assertGreater(n2.requested_bytes, 0)
484 self.assertGreaterEqual(n.requested_bytes, mb)
30 name: "requested_bytes"
43 name: "requested_bytes"
500 num_bytes = allocation.requested_bytes
119 no.tensor_description().allocation_description().requested_bytes(); in MergeFromStats()
289 tot += no.tensor_description().allocation_description().requested_bytes(); in DetailText()