Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_dnn.cc4752 bool got_algos = false; in GetConvolveRunners() local
4758 got_algos = GetConvolveAlgorithms(cuda_compute_capability, &algorithms); in GetConvolveRunners()
4761 got_algos = GetConvolveBackwardFilterAlgorithms(cuda_compute_capability, in GetConvolveRunners()
4765 got_algos = GetConvolveBackwardDataAlgorithms(cuda_compute_capability, in GetConvolveRunners()
4769 if (!got_algos) { in GetConvolveRunners()