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.cc2263 int64 exec_cost = 0; in SimplePredictCosts() local
2265 exec_cost = 2000000000; in SimplePredictCosts()
2267 exec_cost = 1000000000; in SimplePredictCosts()
2269 exec_cost = 1000; in SimplePredictCosts()
2271 c.execution_time = Costs::NanoSeconds(exec_cost); in SimplePredictCosts()