Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dmatmul_op_fused.cc191 se::blas::AlgorithmConfig algorithm_config(se::blas::kNoAlgorithm); in AutotuneMatmul()
H A Dmatmul_op_impl.h443 se::blas::AlgorithmConfig algorithm_config(se::blas::kNoAlgorithm);
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Dblas.h136 constexpr AlgorithmType kNoAlgorithm = -4; variable