Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_blas.cc1862 static bool UsesTensorOps(blas::AlgorithmType algo) { in UsesTensorOps() function
1904 if (UsesTensorOps(algorithm) && !TensorOpsAvailable<InT>(cc_major)) { in DoBlasGemmWithAlgorithmImpl()