Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dcublas_lt_matmul_thunk.cc37 algorithm_idx_(algorithm_idx), in CublasLtMatmulThunk()
49 TF_RET_CHECK(algorithm_idx_ >= 0 && algorithm_idx_ < algorithms.size()); in ExecuteOnStream()
50 algorithm_ = algorithms[algorithm_idx_]; in ExecuteOnStream()
H A Dcublas_lt_matmul_thunk.h44 int64_t algorithm_idx_; variable