Home
last modified time | relevance | path

Searched refs:best_algo (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_conv_algorithm_picker.cc779 auto best_algo = std::move(best_algo_or).ValueOrDie(); in RunOnInstruction() local
781 << best_algo.conv().algorithm() << " and " in RunOnInstruction()
782 << NumBytesToString(best_algo.scratch_bytes()) in RunOnInstruction()
784 << " tensor_ops_enabled: " << best_algo.conv().tensor_ops_enabled(); in RunOnInstruction()
791 ShapeUtil::MakeShape(U8, {best_algo.scratch_bytes()})}); in RunOnInstruction()
795 backend_config.set_algorithm(best_algo.conv().algorithm()); in RunOnInstruction()
796 backend_config.set_tensor_ops_enabled(best_algo.conv().tensor_ops_enabled()); in RunOnInstruction()