Interface SemanticCompilerLossExperimental

Stable fidelity loss carried beside an approximate compiled artifact.

interface SemanticCompilerLoss {
    code: "spatial-envelope-reduction";
    message: string;
    path: string;
}

Properties

Properties

code
message: string
path: string