Skip to contents

This represents the signature of an operation, defining its input and output types.

Usage

OpSignature(input_types = ValueTypes(), output_types = ValueTypes())

Arguments

input_types

(ValueTypes)
The types of the inputs.

output_types

(ValueTypes)
The types of the outputs.

Value

(OpSignature)