Searched refs:node_hint_multiplier (Results 1 – 1 of 1) sorted by relevance
48 float node_hint_multiplier = (flags & Scheduler::kSplitNodes) ? 1.1 : 1; in ComputeSchedule() local49 size_t node_count_hint = node_hint_multiplier * graph->NodeCount(); in ComputeSchedule()