Home
last modified time | relevance | path

Searched defs:Costs (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dcost_estimator.h75 struct Costs { struct
82 struct MilliSeconds : std::chrono::milliseconds {
93 struct MicroSeconds : std::chrono::microseconds {
107 struct NanoSeconds : std::chrono::nanoseconds {
129 typedef NanoSeconds Duration;
132 Duration execution_time;
135 Duration compute_time;
138 Duration memory_time;
141 Duration intermediate_memory_time;
165 // Number of ops included in this Costs in total. argument
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DGraph.h68 NodeEntry(VectorPtr Costs) : Costs(std::move(Costs)) {} in NodeEntry()
94 VectorPtr Costs; variable
103 EdgeEntry(NodeId N1Id, NodeId N2Id, MatrixPtr Costs) in EdgeEntry()
152 MatrixPtr Costs; variable
375 NodeId addNode(OtherVectorT Costs) { in addNode()
396 NodeId addNodeBypassingCostAllocator(OtherVectorPtrT Costs) { in addNodeBypassingCostAllocator()
409 EdgeId addEdge(NodeId N1Id, NodeId N2Id, OtherVectorT Costs) { in addEdge()
435 OtherMatrixPtrT Costs) { in addEdgeBypassingCostAllocator()
466 void setNodeCosts(NodeId NId, OtherVectorT Costs) { in setNodeCosts()
508 void updateEdgeCosts(EdgeId EId, OtherMatrixT Costs) { in updateEdgeCosts()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/PBQP/
DGraph.h68 NodeEntry(VectorPtr Costs) : Costs(std::move(Costs)) {} in NodeEntry()
94 VectorPtr Costs; variable
103 EdgeEntry(NodeId N1Id, NodeId N2Id, MatrixPtr Costs) in EdgeEntry()
152 MatrixPtr Costs; variable
375 NodeId addNode(OtherVectorT Costs) { in addNode()
396 NodeId addNodeBypassingCostAllocator(OtherVectorPtrT Costs) { in addNodeBypassingCostAllocator()
409 EdgeId addEdge(NodeId N1Id, NodeId N2Id, OtherVectorT Costs) { in addEdge()
435 OtherMatrixPtrT Costs) { in addEdgeBypassingCostAllocator()
466 void setNodeCosts(NodeId NId, OtherVectorT Costs) { in setNodeCosts()
508 void updateEdgeCosts(EdgeId EId, OtherMatrixT Costs) { in updateEdgeCosts()
/external/llvm/include/llvm/CodeGen/PBQP/
DGraph.h74 NodeEntry(VectorPtr Costs) : Costs(std::move(Costs)) {} in NodeEntry()
96 VectorPtr Costs; variable
104 EdgeEntry(NodeId N1Id, NodeId N2Id, MatrixPtr Costs) in EdgeEntry()
168 MatrixPtr Costs; variable
382 NodeId addNode(OtherVectorT Costs) { in addNode()
403 NodeId addNodeBypassingCostAllocator(OtherVectorPtrT Costs) { in addNodeBypassingCostAllocator()
416 EdgeId addEdge(NodeId N1Id, NodeId N2Id, OtherVectorT Costs) { in addEdge()
442 OtherMatrixPtrT Costs) { in addEdgeBypassingCostAllocator()
473 void setNodeCosts(NodeId NId, OtherVectorT Costs) { in setNodeCosts()
515 void updateEdgeCosts(EdgeId EId, OtherMatrixT Costs) { in updateEdgeCosts()
/external/python/google-api-python-client/samples/compute/
DREADME.md19 ## Costs section in Using the Cloud Client Libraries for Python
/external/llvm/lib/CodeGen/
DRegAllocPBQP.cpp460 PBQPRAGraph::RawMatrix Costs(Allowed1->size() + 1, in apply() local
469 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId)); in apply() local
842 const Vector &Costs = getNodeCosts(NId); in dump() local
DSplitKit.cpp811 SmallVector<BlockFrequency, 8> Costs(Parent->getNumValNums()); in hoistCopies() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp485 PBQPRAGraph::RawMatrix Costs(Allowed1->size() + 1, in apply() local
494 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId)); in apply() local
890 const Vector &Costs = getNodeCosts(NId); in dump() local
DSplitKit.cpp1012 SmallVector<BlockFrequency, 8> Costs(Parent->getNumValNums()); in hoistCopies() local
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DRegAllocPBQP.cpp483 PBQPRAGraph::RawMatrix Costs(Allowed1->size() + 1, in apply() local
492 PBQPRAGraph::RawMatrix Costs(G.getEdgeCosts(EId)); in apply() local
902 const Vector &Costs = getNodeCosts(NId); in dump() local
DSplitKit.cpp1010 SmallVector<BlockFrequency, 8> Costs(Parent->getNumValNums()); in hoistCopies() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h211 void setup(const Vector& Costs) { in setup()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h208 void setup(const Vector& Costs) { in setup()
/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h269 void setup(const Vector& Costs) { in setup()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp5975 OutlinerCosts Costs(Subtarget); in getOutliningCandidateInfo() local
/external/aws-sdk-java-v2/services/devopsguru/src/main/resources/codegen-resources/
Dservice-2.json1592 "Costs":{ object