Home
last modified time | relevance | path

Searched refs:parsePythonDtype (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/tensorexpr/
H A Dtensorexpr_init.cpp57 Dtype parsePythonDtype(py::handle obj) { in parsePythonDtype() function
72 py::class_<Dtype>(te, "Dtype").def(py::init(&parsePythonDtype)); in initTensorExprBindings()