toStableHloLegacy

fun toStableHloLegacy(graph: ComputeGraph, functionName: String = "main"): StableHloModule(source)

Deprecated

Use StableHloConverter directly

Replace with

StableHloConverterFactory.createBasic().convert(graph, functionName)

Legacy implementation for backward compatibility.