Searched refs:function_prefix (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/util/ |
D | cuda_solvers.cc | 570 #define UNMQR_INSTANCE(Scalar, function_prefix, type_prefix) \ argument 576 return UnmqrImpl(DN_BUFSIZE_FN(function_prefix##mqr, type_prefix), \ 577 DN_SOLVER_FN(function_prefix##mqr, type_prefix), this, \ 611 #define UNGQR_INSTANCE(Scalar, function_prefix, type_prefix) \ argument 615 return UngqrImpl(DN_BUFSIZE_FN(function_prefix##gqr, type_prefix), \ 616 DN_SOLVER_FN(function_prefix##gqr, type_prefix), this, \ 652 #define HEEVD_INSTANCE(Scalar, function_prefix, type_prefix) \ argument 658 return HeevdImpl(DN_BUFSIZE_FN(function_prefix##evd, type_prefix), \ 659 DN_SOLVER_FN(function_prefix##evd, type_prefix), this, \
|