convert
abstract fun convert(node: GraphNode, operands: List<String>, context: ConversionContext): ConversionResult(source)
Convert a graph node to StableHLO operations
Return
Result of the conversion
Parameters
node
The graph node to convert
operands
List of SSA value names for the operands
context
Conversion context for state management