Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_conv_algorithm_picker.cc936 auto best_algo = std::move(best_algo_or).ValueOrDie(); in RunOnInstruction() local
938 << 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()