Base:
1 override of forward
Microsoft.ML.GenAI.Core (1)
Module\QuantizedLinear.cs (1)
79public override Tensor forward(Tensor input)
1 reference to forward
Microsoft.ML.GenAI.Core (1)
Module\QuantizedLinear.cs (1)
84return base.forward(input);