Searched defs:origRepr (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/Bindings/Python/ | ||
H A D | IRModule.h | 948 auto origRepr = pybind11::repr(pybind11::cast(orig)).cast<std::string>(); castFrom() local |
H A D | IRAffine.cpp | 108 auto origRepr = py::repr(py::cast(orig)).cast<std::string>(); castFrom() local |
H A D | IRCore.cpp | 2210 auto origRepr = py::repr(py::cast(orig)).cast<std::string>(); castFrom() local |