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

  /external/tensorflow/tensorflow/core/grappler/costs/
virtual_scheduler.h 113 Costs device_costs; member in struct:tensorflow::grappler::DeviceState
120 device_costs = Costs::ZeroCosts();
121 device_costs.num_ops_total = 0;
126 Costs::Duration GetCurrTime() const { return device_costs.execution_time; }
virtual_scheduler.cc 783 device.device_costs.execution_time = node_state.time_scheduled;
784 device.device_costs = CombineCosts(device.device_costs, total_node_costs);
    [all...]

Completed in 542 milliseconds