LegacyOperationsConverter
Converter for legacy operations that were supported in the original implementation.
This converter maintains compatibility with the existing add, matmul, and relu operations while using the new modular architecture.
Functions
Link copied to clipboard
open override fun convert(node: GraphNode, operands: List<String>, context: ConversionContext): ConversionResult
Convert a graph node to StableHLO operations