Home
last modified time | relevance | path

Searched defs:NodeCosts (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.h36 struct NodeCosts { struct
41 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 …]
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp177 PBQPRAGraph::RawVector NodeCosts(G.getNodeCosts(NId)); in apply() local
619 PBQPRAGraph::RawVector NodeCosts(VRegAllowed.size() + 1, 0); in initializeGraph() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp207 PBQPRAGraph::RawVector NodeCosts(G.getNodeCosts(NId)); in apply() local
660 PBQPRAGraph::RawVector NodeCosts(VRegAllowed.size() + 1, 0); in initializeGraph() local
/external/llvm-project/llvm/lib/CodeGen/
DRegAllocPBQP.cpp206 PBQPRAGraph::RawVector NodeCosts(G.getNodeCosts(NId)); in apply() local
674 PBQPRAGraph::RawVector NodeCosts(VRegAllowed.size() + 1, 0); in initializeGraph() local