Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgemm_algorithm_picker.cc117 std::optional<int64_t> reference_algorithm; in GetBestAlgorithm() local
164 if (!reference_algorithm) { in GetBestAlgorithm()
167 reference_algorithm = profile_result.algorithm(); in GetBestAlgorithm()
180 *reference_algorithm); in GetBestAlgorithm()
/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/
H A Dautotuning.proto55 stream_executor.dnn.AlgorithmProto reference_algorithm = 15; field