Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp1562 auto opViewType = py::detail::get_type_handle(typeid(PyOpView), true); in createRawSubclass() local
1563 attributes["__init__"] = opViewType.attr("__init__"); in createRawSubclass()