Searched defs:node_costs (Results 1 – 5 of 5) sorted by relevance
40 int node_id, const Costs& node_costs, in AddCostNode()191 Costs node_costs; in PredictCosts() local
80 Costs node_costs; // Node costs per execution member
868 const NodeDef* node, const Costs& node_costs, const OpContext& op_context) { in MarkNodeExecuted()1352 bool VirtualScheduler::MarkCurrNodeExecuted(const Costs& node_costs) { in MarkCurrNodeExecuted()
364 return [this, impl](const OpContext& op_context, NodeCosts* node_costs) { in OpLevelCostEstimator()650 NodeCosts node_costs; in PredictCosts() local1630 bool* found_unknown_shapes, NodeCosts* node_costs) { in PredictDefaultNodeCosts()
2286 Costs node_costs = SimplePredictCosts(op_context); in RunScheduler() local