Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dcublas_lt_matmul_thunk.cc31 ThunkInfo thunk_info, cublas_lt::MatmulPlan plan, int64_t algorithm_idx, in CublasLtMatmulThunk() argument
37 algorithm_idx_(algorithm_idx), in CublasLtMatmulThunk()
H A Dcublas_lt_matmul_thunk.h34 int64_t algorithm_idx, BufferAllocation::Slice a_buffer,
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dmatmul_op_impl.h486 se::blas::AlgorithmType algorithm_idx = algorithm_config.algorithm();
488 0 <= algorithm_idx && algorithm_idx < algorithms.size(),
490 const auto& algorithm = algorithms[algorithm_idx];
H A Dmatmul_op_fused.cc314 se::blas::AlgorithmType algorithm_idx = algorithm_config.algorithm(); in operator ()() local
315 algorithm = algorithms[algorithm_idx]; in operator ()()