Skip to contents

This represents a StableHLO operation.

Usage

Op(
  name = OpName(),
  inputs = OpInputs(),
  outputs = OpOutputs(),
  signature = OpSignature()
)

Arguments

name

(OpName)
The name of the operation.

inputs

(OpInputs)
The inputs to the operation.

outputs

(OpOutputs)
The outputs of the operation.

signature

(OpSignature)
The signature of the operation.

Value

(Op)