Home
last modified time | relevance | path

Searched defs:LaunchMatMul (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dmatmul_op.cc147 struct LaunchMatMul<CPUDevice, T, USE_CUBLAS> : public LaunchMatMulCPU<T> {}; struct
154 struct LaunchMatMul<SYCLDevice, T, USE_CUBLAS> : public LaunchMatMulSYCL<T> {}; struct
252 struct LaunchMatMul<GPUDevice, T, true /* USE_CUBLAS */> { struct
253 static void launch( in launch()
425 static void GetBlasGemmAlgorithm(OpKernelConstruction* ctx, in GetBlasGemmAlgorithm()