mlir::dialects

Trait IOp

Source
pub trait IOp: Display {
    // Required method
    fn get_name(&self) -> &'static str;
}
Expand description

Interface for printable opcode.

Required Methods§

Source

fn get_name(&self) -> &'static str

Trait Implementations§

Source§

impl Hash for dyn IOp

Source§

fn hash<H: Hasher>(&self, state: &mut H)

Feeds this value into the given Hasher. Read more
Source§

impl PartialEq for dyn IOp

Source§

fn eq(&self, rhs: &Self) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Eq for dyn IOp

Implementors§

Source§

impl IOp for mlir::dialects::affine::Op

Source§

impl IOp for mlir::dialects::arith::Op

Source§

impl IOp for mlir::dialects::cf::Op

Source§

impl IOp for mlir::dialects::func::Op

Source§

impl IOp for mlir::dialects::index::Op

Source§

impl IOp for mlir::dialects::linalg::Op

Source§

impl IOp for mlir::dialects::memref::Op

Source§

impl IOp for mlir::dialects::scf::Op

Source§

impl IOp for mlir::dialects::tensor::Op

Source§

impl IOp for mlir::dialects::ub::Op

Source§

impl IOp for mlir::dialects::vector::Op