Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.cc780 node_state.time_scheduled = in MarkCurrNodeExecuted()
783 device.device_costs.execution_time = node_state.time_scheduled; in MarkCurrNodeExecuted()
812 << ", scheduled: " << node_state.time_scheduled.count() in MarkCurrNodeExecuted()
1058 nodestate.time_scheduled.asMicroSeconds().count()); in GenerateRunMetadata()
1061 nodestate.time_scheduled.asMicroSeconds().count()); in GenerateRunMetadata()
1064 nodestate.time_scheduled.asMicroSeconds().count()); in GenerateRunMetadata()
Dvirtual_scheduler.h56 Costs::Duration time_scheduled; member
79 time_scheduled = Costs::Duration::max(); in NodeState()