Skip to contents

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

Usage

OpSignature(input_types, output_types)

Arguments

input_types

(ValueTypes)
The types of the inputs.

output_types

(ValueTypes)
The types of the outputs.

Value

(OpSignature)