Searched refs:function_prefix (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | cuda_solvers.cc | 512 #define UNMQR_INSTANCE(Scalar, function_prefix, type_prefix) \ argument 518 return UnmqrImpl(DN_BUFSIZE_FN(function_prefix##mqr, type_prefix), \ 519 DN_SOLVER_FN(function_prefix##mqr, type_prefix), this, \ 553 #define UNGQR_INSTANCE(Scalar, function_prefix, type_prefix) \ argument 557 return UngqrImpl(DN_BUFSIZE_FN(function_prefix##gqr, type_prefix), \ 558 DN_SOLVER_FN(function_prefix##gqr, type_prefix), this, \ 594 #define HEEVD_INSTANCE(Scalar, function_prefix, type_prefix) \ argument 600 return HeevdImpl(DN_BUFSIZE_FN(function_prefix##evd, type_prefix), \ 601 DN_SOLVER_FN(function_prefix##evd, type_prefix), this, \
|