Searched refs:gpu_hardware_stats (Results 1 – 1 of 1) sorted by relevance
280 std::unordered_map<int, const DeviceStepStats*> gpu_hardware_stats; in BuildCostModel() local288 gpu_hardware_stats.emplace(gpu_id, &device_stats); in BuildCostModel()302 if (gpu_hardware_stats.find(gpu_id) != gpu_hardware_stats.end()) { in BuildCostModel()303 itr.second.hardware_stats = gpu_hardware_stats.find(gpu_id)->second; in BuildCostModel()