Searched defs:convert_dtype (Results 1 – 2 of 2) sorted by relevance
49 static inline api::ScalarType convert_dtype(const c10::ScalarType dtype) { in convert_dtype() function66 static inline c10::ScalarType convert_dtype(const api::ScalarType dtype) { in convert_dtype() function
3872 def convert_dtype(obj, dtype, requires_grad=False): function