#include <OperandConstraint.h>
|
bool | check (uint32_t ind) const |
|
Definition at line 29 of file OperandConstraint.h.
◆ check()
bool onert::ir::OperandConstraint::check |
( |
uint32_t |
ind | ) |
const |
|
inline |
◆ createAny()
◆ createAtLeast()
static OperandConstraint onert::ir::OperandConstraint::createAtLeast |
( |
uint32_t |
begin | ) |
|
|
inlinestatic |
◆ createAtMost()
Definition at line 37 of file OperandConstraint.h.
37{
return OperandConstraint{0u,
end}; }
ShapeIterator end(const Shape &s)
◆ createExact()
◆ createInRange()
static OperandConstraint onert::ir::OperandConstraint::createInRange |
( |
uint32_t |
begin, |
|
|
uint32_t |
end |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: