Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/linalg/
Dtridiagonal_solve_op_gpu.cu.cc164 SolveWithGtsv(context, cusparse_solver, superdiag.data(), diag.data(), in ComputeMatrix()
178 SolveWithGtsv(context, cusparse_solver, superdiag.data(), diag.data(), in ComputeMatrix()
198 void SolveWithGtsv(OpKernelContext* context, in SolveWithGtsv() function in tensorflow::TridiagonalSolveOpGpuLinalg