HomeSort by relevance Sort by last modified time
    Searched refs:op_cost (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/grappler/costs/
virtual_scheduler.cc 696 std::map<string, Costs>* op_cost) {
697 auto it = op_cost->find(op_name);
698 if (it == op_cost->end()) {
701 it = op_cost->emplace(op_name, Costs::ZeroCosts()).first;
760 auto& op_cost = FindOrCreateZero(op_name, &op_to_cost_); local
761 op_cost = CombineCosts(op_cost, total_node_costs);
    [all...]
virtual_scheduler.h 323 std::map<string, Costs>* op_cost);
op_level_cost_estimator.cc 470 int op_cost = 1; local
474 op_cost = it->second;
480 Costs costs = PredictOpCountBasedCost(op_count * op_cost, op_info);
1387 auto op_cost = PredictCosts(fused_op); local
    [all...]

Completed in 291 milliseconds