microprobe.target.isa.operand.OperandDescriptor¶
- class OperandDescriptor(mtype, is_input, is_output)[source]¶
Bases:
object
Class to represent an operand descriptor.
Methods
__init__
(mtype, is_input, is_output)- param mtype
copy
()Return a copy of the Operand descriptor.
set_type
(new_type)- param new_type
Attributes
Is input flag (
bool
)Is output flag (
bool
)Type of the operand descriptor (
Operand
)