Searched defs:NodeCosts (Results 1 – 4 of 4) sorted by relevance
36 struct NodeCosts { struct41 bool minimum_cost_op = false;44 int64 num_compute_ops = 0;48 std::vector<int64> num_input_bytes_accessed; // ordered by input tensors.49 std::vector<int64> num_output_bytes_accessed; // ordered by output ports.50 int64 internal_read_bytes = 0;51 int64 internal_write_bytes = 0;54 int64 num_total_input_bytes() const { in num_total_input_bytes()58 int64 num_total_read_bytes() const { in num_total_read_bytes()61 int64 num_total_output_bytes() const { in num_total_output_bytes()[all …]
177 PBQPRAGraph::RawVector NodeCosts(G.getNodeCosts(NId)); in apply() local619 PBQPRAGraph::RawVector NodeCosts(VRegAllowed.size() + 1, 0); in initializeGraph() local
207 PBQPRAGraph::RawVector NodeCosts(G.getNodeCosts(NId)); in apply() local660 PBQPRAGraph::RawVector NodeCosts(VRegAllowed.size() + 1, 0); in initializeGraph() local
206 PBQPRAGraph::RawVector NodeCosts(G.getNodeCosts(NId)); in apply() local674 PBQPRAGraph::RawVector NodeCosts(VRegAllowed.size() + 1, 0); in initializeGraph() local