Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_blas.cc1872 static bool TensorOpsAvailable(int cc_major) { in TensorOpsAvailable() function
1904 if (UsesTensorOps(algorithm) && !TensorOpsAvailable<InT>(cc_major)) { in DoBlasGemmWithAlgorithmImpl()