Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgemm_thunk.cc82 static bool DoGemmWithAlgorithm( in DoGemmWithAlgorithm() function
277 return DoGemmWithAlgorithm<Eigen::half, double>( in RunGemm()
283 return DoGemmWithAlgorithm<float, double>( in RunGemm()
289 return DoGemmWithAlgorithm<double, double>( in RunGemm()
294 return DoGemmWithAlgorithm<complex64, complex64>( in RunGemm()
299 return DoGemmWithAlgorithm<complex128, complex128>( in RunGemm()