Table of Contents

Class GradMobiusAddOp

Namespace
AiDotNet.JitCompiler.IR.Operations
Assembly
AiDotNet.dll

Represents the gradient of Mobius addition in the IR.

public class GradMobiusAddOp : IROp
Inheritance
GradMobiusAddOp
Inherited Members

Remarks

The Mobius addition gradient involves computing the Jacobian of the Mobius addition formula with respect to both inputs. This is essential for Riemannian optimization in hyperbolic neural networks.

Properties

Curvature

Gets or sets the curvature parameter.

public double Curvature { get; set; }

Property Value

double

Methods

Validate()

Validates that this operation is correctly formed.

public override bool Validate()

Returns

bool

True if valid, false otherwise.