Lines Matching refs:subclass
377 - a specific subclass of `OpView` that provides more semantically-loaded
380 Given an `OpView` subclass, one can obtain an `Operation` using its `.operation`
423 are usually accessible as properties of the `OpView` subclass with the same
465 - a concrete subclass thereof with access to properties of the attribute or
468 Given an `Attribute` or `Type` object, one can obtain a concrete subclass using
469 the constructor of the subclass. This may raise a `ValueError` if the attribute
470 or type is not of the expected subclass:
482 # Handle incorrect subclass.
523 through concrete subclass constructors, similarly to attribtues and types:
530 # Set `concrete` to the specific value subclass.
546 - an object of the `Operation` class or of any `OpView` subclass; in this
548 - a subclass of `OpView` and a context; in this case, only the *static*
574 # An interface object can also be constructed given an OpView subclass. It
666 # The result will be downcasted to the concrete `OpView` subclass if
939 Each concrete `OpView` subclass further defines several public-intended
1017 Then for each generated concrete `OpView` subclass, it will apply a decorator
1035 * If a mixin class is found, a new subclass is dynamically created that
1043 subclass in most contexts (i.e. `issubclass(_builtin_ops_ext.FuncOp, OpView)`
1051 reference by name), prefer to use `@classmethod` and the concrete subclass