Home
last modified time | relevance | path

Searched refs:fused_cost (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator.cc1382 Costs fused_cost = PredictOpCountBasedCost(0, op_context.op_info); in PredictFusedOp() local
1384 fused_cost.compute_time = 0; in PredictFusedOp()
1385 fused_cost.inaccurate = false; in PredictFusedOp()
1389 fused_cost.compute_time += op_cost.compute_time; in PredictFusedOp()
1390 fused_cost.inaccurate |= op_cost.inaccurate; in PredictFusedOp()
1391 fused_cost.intermediate_memory_time += op_cost.intermediate_memory_time; in PredictFusedOp()
1394 CombineCostsAndUpdateExecutionTime(&fused_cost); in PredictFusedOp()
1395 return fused_cost; in PredictFusedOp()