Struct OpDef

Contains methods to perform procedures specific to the type of an operation

struct OpDef ;

Fields

NameTypeDescription
judgedopt.core.types.TensorType delegate(Operation)A judge produces a TensorType object that specifies the type of the result of an operation of this type.
verifierbool delegate(Operation)A verifier is used to ensure that an Operation object correctly constructed.