Enzyme Dialect
Reactant.MLIR.Dialects.enzyme.broadcast Method
broadcast
Broadcast the operand by adding extra dimensions with sizes provided by the shape attribute to the front. For scalar operands, ranked tensor is created.
NOTE: Only works for scalar and ranked tensor operands for now.
sourceReactant.MLIR.Dialects.enzyme.concat Method
concat
Concat list of input arguments into a generic value
sourceReactant.MLIR.Dialects.enzyme.dump Method
dump
Debug operation that dumps a tensor value with a label.
sourceReactant.MLIR.Dialects.enzyme.extract Method
extract
Extract value from batched operand at index
source