Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/core/
H A DDynamicCast.h64 #define FETCH_AND_CAST_CASE(type, scalartype) \ argument
85 #define CAST_AND_STORE_CASE(type, scalartype) \ argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A Djit_utils.h202 #define TYPE_NAME_CASE(ctype, scalartype) \ argument
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_arg_parser.h765 inline at::ScalarType PythonArgs::scalartype(int i) { in scalartype() function
767 auto scalartype = signature.params[i].default_scalartype; in scalartype() local
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/
H A Djiterator_impl.h49 #define DEFINE_CASE(ctype, scalartype) \ in can_vectorize_up_to() argument