Home
last modified time | relevance | path

Searched defs:convert_dtype (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/aten/src/ATen/native/vulkan/ops/
DConvert.h49 static inline api::ScalarType convert_dtype(const c10::ScalarType dtype) { in convert_dtype() function
66 static inline c10::ScalarType convert_dtype(const api::ScalarType dtype) { in convert_dtype() function
/external/pytorch/torch/testing/_internal/
Dcommon_nn.py3872 def convert_dtype(obj, dtype, requires_grad=False): function