Searched defs:scalartype (Results 1 – 4 of 4) sorted by relevance
64 #define FETCH_AND_CAST_CASE(type, scalartype) \ argument85 #define CAST_AND_STORE_CASE(type, scalartype) \ argument
202 #define TYPE_NAME_CASE(ctype, scalartype) \ argument
765 inline at::ScalarType PythonArgs::scalartype(int i) { in scalartype() function767 auto scalartype = signature.params[i].default_scalartype; in scalartype() local
49 #define DEFINE_CASE(ctype, scalartype) \ in can_vectorize_up_to() argument