4 implementations of IDynamicLoadModule
Microsoft.ML.GenAI.Core (1)
Module\DynamicLoadingModule.cs (1)
15
public class DynamicLoadingModule<T, T1, TResult> : torch.nn.Module<T1, TResult>,
IDynamicLoadModule
Microsoft.ML.GenAI.LLaMA (1)
Module\LlamaDecoderLayer.cs (1)
65
internal class LlamaDecoderLayer : nn.Module<DecoderLayerInput, DecoderLayerOutput>,
IDynamicLoadModule
Microsoft.ML.GenAI.Mistral (1)
MistralDecoderLayer.cs (1)
59
internal class MistralDecoderLayer : nn.Module<DecoderLayerInput, DecoderLayerOutput>,
IDynamicLoadModule
Microsoft.ML.GenAI.Phi (1)
Module\Phi3DecoderLayer.cs (1)
67
internal class Phi3DecoderLayer : nn.Module<Phi3DecoderLayerInput, Phi3DecoderLayerOutput>,
IDynamicLoadModule
2 references to IDynamicLoadModule
Microsoft.ML.GenAI.Core (2)
Extension\ModuleExtension.cs (2)
41
if (value is
IDynamicLoadModule
)
133
if (value is
IDynamicLoadModule
dynamicModule)