StableHloOperationConverter

Interface for converting specific operations to StableHLO format.

Each converter is responsible for handling one or more operation types and generating the appropriate StableHLO MLIR code.

Inheritors

Properties

Link copied to clipboard

Set of operation names this converter supports

Functions

Link copied to clipboard
abstract fun convert(node: GraphNode, operands: List<String>, context: ConversionContext): ConversionResult

Convert a graph node to StableHLO operations