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
Functions
Link copied to clipboard
abstract fun convert(node: GraphNode, operands: List<String>, context: ConversionContext): ConversionResult
Convert a graph node to StableHLO operations