A  B  C  D  E  F  G  H  I  L  M  N  O  P  Q  R  S  T  U  V  W  Z 

L

LlmCallback - class in org.pytorch.executorch.extension.llm
Callback interface for Llm model.
LlmGenerationConfig - class in org.pytorch.executorch.extension.llm
Configuration class for controlling text generation parameters in LLM operations.
LlmGenerationConfig.Builder - class in org.pytorch.executorch.extension.llm.LlmGenerationConfig
Builder class for constructing LlmGenerationConfig instances.
LlmGenerationConfig.Companion - class in org.pytorch.executorch.extension.llm.LlmGenerationConfig
 
LlmModule - class in org.pytorch.executorch.extension.llm
LlmModule is a wrapper around the Executorch LLM.
LlmModule.Companion - class in org.pytorch.executorch.extension.llm.LlmModule
 
LlmModuleConfig - class in org.pytorch.executorch.extension.llm
Configuration class for initializing a LlmModule.
LlmModuleConfig.Builder - class in org.pytorch.executorch.extension.llm.LlmModuleConfig
Builder class for constructing LlmModuleConfig instances with optional parameters.
LlmModuleConfig.Companion - class in org.pytorch.executorch.extension.llm.LlmModuleConfig
 
load(String,Integer,Integer) - function in org.pytorch.executorch.Module.Companion
Loads a serialized ExecuTorch module from the specified path on the disk.
load(String,Integer) - function in org.pytorch.executorch.Module.Companion
Loads a serialized ExecuTorch module from the specified path on the disk.
load(String) - function in org.pytorch.executorch.Module.Companion
Loads a serialized ExecuTorch module from the specified path on the disk.
load() - function in org.pytorch.executorch.extension.asr.AsrModule
Force loading the module.
load() - function in org.pytorch.executorch.extension.llm.LlmModule
Force loading the module.
load(String,String) - function in org.pytorch.executorch.training.TrainingModule.Companion
Loads a serialized ExecuTorch Training Module from the specified path on the disk.
load(String) - function in org.pytorch.executorch.training.TrainingModule.Companion
Loads a serialized ExecuTorch training module from the specified path on the disk.
loadMethod(String) - function in org.pytorch.executorch.Module
Load a method on this module.
loadMode(Integer) - function in org.pytorch.executorch.extension.llm.LlmModuleConfig.Builder
Sets the load mode for the model file.
A  B  C  D  E  F  G  H  I  L  M  N  O  P  Q  R  S  T  U  V  W  Z