Home
last modified time | relevance | path

Searched defs:valueCaster (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/Bindings/Python/
H A DMainModule.cpp103 __anonf91e54d50902(py::object valueCaster) PYBIND11_MODULE() argument
H A DIRModule.cpp92 registerValueCaster(MlirTypeID mlirTypeID,pybind11::function valueCaster,bool replace) registerValueCaster() argument
H A DIRCore.cpp2004 std::optional<pybind11::function> valueCaster = maybeDownCast() local