Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Drocm_solvers.cc259 #define BLAS_SOLVER_FN(method, type_prefix) \ argument
273 #define SOLVER_FN(method, type_prefix) wrap::rocsolver##_##type_prefix##method argument
277 #define ROCSOLVER_FN(method, type_prefix) \ argument
284 #define GETRF_INSTANCE(Scalar, type_prefix) \ argument
303 #define GEQRF_INSTANCE(Scalar, type_prefix) \ argument
322 #define UNMQR_INSTANCE(Scalar, type_prefix) \ argument
361 #define UNGQR_INSTANCE(Scalar, type_prefix) \ argument
388 #define POTRF_INSTANCE(Scalar, type_prefix) \ argument
408 #define GETRS_INSTANCE(Scalar, type_prefix) \ argument
429 #define POTRF_BATCHED_INSTANCE(Scalar, type_prefix) \ argument
[all …]
Dcuda_solvers.cc321 #define DN_SOLVER_FN(method, type_prefix) cusolverDn##type_prefix##method argument
322 #define DN_SOLVER_NAME(method, type_prefix) "cusolverDn" #type_prefix #method argument
323 #define DN_BUFSIZE_FN(method, type_prefix) \ argument
327 #define BLAS_SOLVER_FN(method, type_prefix) cublas##type_prefix##method argument
328 #define BLAS_SOLVER_NAME(method, type_prefix) "cublas" #type_prefix #method argument
363 #define GEAM_INSTANCE(Scalar, type_prefix) \ argument
398 #define POTRF_INSTANCE(Scalar, type_prefix) \ argument
432 #define POTRF_BATCHED_INSTANCE(Scalar, type_prefix) \ argument
467 #define GETRF_INSTANCE(Scalar, type_prefix) \ argument
493 #define GETRS_INSTANCE(Scalar, type_prefix) \ argument
[all …]
/external/sdv/vsomeip/third_party/boost/parameter/include/boost/parameter/aux_/preprocessor/impl/
Dforwarding_overloads.hpp17 #define BOOST_PARAMETER_FUNCTION_ARG_TYPE_Z(z, n, type_prefix) \ argument
25 #define BOOST_PARAMETER_FUNCTION_FORWARD_PARAM_Z(z, n, type_prefix) \ argument
/external/angle/third_party/vulkan-headers/src/registry/spec_tools/
Dconventions.py278 def type_prefix(self): member in ConventionsBase
/external/vulkan-headers/registry/spec_tools/
Dconventions.py278 def type_prefix(self): member in ConventionsBase
/external/virglrenderer/src/
Dvrend_shader.c5233 const char *prefix, char *type_prefix, in add_missing_semantic_inputs()