Searched defs:valueCaster (Results 1 – 3 of 3) sorted by relevance
/llvm-project/mlir/lib/Bindings/Python/ | ||
H A D | MainModule.cpp | 103 __anonf91e54d50902(py::object valueCaster) PYBIND11_MODULE() argument |
H A D | IRModule.cpp | 92 registerValueCaster(MlirTypeID mlirTypeID,pybind11::function valueCaster,bool replace) registerValueCaster() argument |
H A D | IRCore.cpp | 2004 std::optional<pybind11::function> valueCaster = maybeDownCast() local |