StableHloOperationRegistry

Registry for StableHLO operation converters.

This class manages the registration and lookup of operation converters, providing a pluggable system for extending StableHLO support.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun clear()

Clear all registered converters

Link copied to clipboard

Get the converter for a specific operation name

Link copied to clipboard

Get statistics about registered converters

Link copied to clipboard

Get all supported operation names

Link copied to clipboard
fun isSupported(operationName: String): Boolean

Check if an operation is supported

Link copied to clipboard

Register a converter for one or more operations

Link copied to clipboard
fun unregister(operationNames: Set<String>)

Unregister a converter for specific operations