Skip to contents

Base class for operation input attributes.

Usage

OpInputAttr(name, value, dtype)

Arguments

name

(character(1))
The name of the attribute.

value

(any)
The value of the attribute.

dtype

(tengen::DataType)
The dtype of the attribute.

Value

(OpInputAttr)