Skip to contents

This represents all the inputs to an operation, including values, functions, and attributes.

Usage

OpInputs(
  values = OpInputValues(),
  funcs = OpInputFuncs(),
  attrs = OpInputAttrs(),
  custom_attrs = list()
)

Arguments

values

(OpInputValues)
The values used as inputs.

funcs

(OpInputFuncs)
The functions used as inputs.

attrs

(OpInputAttrs)
The attributes used as inputs.

custom_attrs

(list)
Custom attributes. Use this attributes that require custom formatting.

Value

(OpInputs)