Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_conv_algorithm_picker.cc770 StatusOr<AutotuneResult> best_algo_or = in RunOnInstruction() local
772 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()