Skip to content

operator_handler

Classes

OperatorHandler

OperatorHandler(context: CodeGenContext)

Responsible for generating operator source code.

Functions

compute_values
compute_values() -> dict[str, str]

Computes the values needed for generating the model source code.

Returns:

  • dict ( dict[str, str] ) –

    A dictionary containing the computed values for code generation.

Functions