Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler_test.cc1600 int64 exec_cost = 0; in SimplePredictCosts() local
1602 exec_cost = 2000000000; in SimplePredictCosts()
1604 exec_cost = 1000000000; in SimplePredictCosts()
1606 exec_cost = 1000; in SimplePredictCosts()
1608 c.execution_time = Costs::NanoSeconds(exec_cost); in SimplePredictCosts()