Searched refs:best_algo (Results 1 – 1 of 1) sorted by relevance
936 auto best_algo = std::move(best_algo_or).ValueOrDie(); in RunOnInstruction() local938 << best_algo.conv().algorithm() << " and " in RunOnInstruction()939 << NumBytesToString(best_algo.scratch_bytes()) in RunOnInstruction()941 << " tensor_ops_enabled: " << best_algo.conv().tensor_ops_enabled(); in RunOnInstruction()948 ShapeUtil::MakeShape(U8, {best_algo.scratch_bytes()})}); in RunOnInstruction()952 *backend_config.mutable_algorithm() = best_algo.algorithm(); in RunOnInstruction()954 best_algo.scratch_bytes()); in RunOnInstruction()