Searched refs:best_algo_or (Results 1 – 1 of 1) sorted by relevance
770 StatusOr<AutotuneResult> best_algo_or = in RunOnInstruction() local772 if (!best_algo_or.ok()) { in RunOnInstruction()774 << best_algo_or.status() in RunOnInstruction()779 auto best_algo = std::move(best_algo_or).ValueOrDie(); in RunOnInstruction()