A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
Z
G
- generate(String,LlmCallback) - function in org.pytorch.executorch.extension.llm.LlmModule
- Start generating tokens from the module.
- generate(String,Integer,LlmCallback) - function in org.pytorch.executorch.extension.llm.LlmModule
- Start generating tokens from the module.
- generate(String,LlmCallback,Boolean) - function in org.pytorch.executorch.extension.llm.LlmModule
- Start generating tokens from the module.
- generate(String,Integer,LlmCallback,Boolean) - function in org.pytorch.executorch.extension.llm.LlmModule
- Start generating tokens from the module.
- generate(String,Integer,LlmCallback,Boolean,Float,Integer,Integer) - function in org.pytorch.executorch.extension.llm.LlmModule
- Start generating tokens from the module.
- generate(String,LlmGenerationConfig,LlmCallback) - function in org.pytorch.executorch.extension.llm.LlmModule
- Start generating tokens from the module.
- generate(IntArray,Integer,Integer,Integer,String,Integer,LlmCallback,Boolean) - function in org.pytorch.executorch.extension.llm.LlmModule
- Start generating tokens from the module.
- generate(IntArray,Integer,Integer,Integer,String,Integer,LlmCallback,Boolean,Float) - function in org.pytorch.executorch.extension.llm.LlmModule
- Start generating tokens from the module.
- generate(IntArray,Integer,Integer,Integer,String,Integer,LlmCallback,Boolean,Float,Integer,Integer) - function in org.pytorch.executorch.extension.llm.LlmModule
- Start generating tokens from the module.
- getACCESS_FAILED() - function in org.pytorch.executorch.ExecutorchRuntimeException.Companion
- getALREADY_LOADED() - function in org.pytorch.executorch.ExecutorchRuntimeException.Companion
- getBackends() - function in org.pytorch.executorch.MethodMetadata
- getCause() - function in org.pytorch.executorch.ExecutorchRuntimeException
- getCause() - function in org.pytorch.executorch.ExecutorchRuntimeException.ExecutorchInvalidArgumentException
- getDataAsByteArray() - function in org.pytorch.executorch.Tensor
- getDataAsDoubleArray() - function in org.pytorch.executorch.Tensor
- getDataAsFloatArray() - function in org.pytorch.executorch.Tensor
- getDataAsIntArray() - function in org.pytorch.executorch.Tensor
- getDataAsLongArray() - function in org.pytorch.executorch.Tensor
- getDataAsShortArray() - function in org.pytorch.executorch.Tensor
- getDataAsUnsignedByteArray() - function in org.pytorch.executorch.Tensor
- getDataPath() - function in org.pytorch.executorch.extension.llm.LlmModuleConfig
- getDecoderStartTokenId() - function in org.pytorch.executorch.extension.asr.AsrTranscribeConfig
- getDELEGATE_INVALID_COMPATIBILITY() - function in org.pytorch.executorch.ExecutorchRuntimeException.Companion
- getDELEGATE_INVALID_HANDLE() - function in org.pytorch.executorch.ExecutorchRuntimeException.Companion
- getDELEGATE_MEMORY_ALLOCATION_FAILED() - function in org.pytorch.executorch.ExecutorchRuntimeException.Companion
- getDetailedError() - function in org.pytorch.executorch.ExecutorchRuntimeException
- Returns detailed log output captured from the native runtime, if available.
- getDetailedError() - function in org.pytorch.executorch.ExecutorchRuntimeException.ExecutorchInvalidArgumentException
- Returns detailed log output captured from the native runtime, if available.
- getEND_OF_METHOD() - function in org.pytorch.executorch.ExecutorchRuntimeException.Companion
- getErrorCode() - function in org.pytorch.executorch.ExecutorchRuntimeException
- getErrorCode() - function in org.pytorch.executorch.ExecutorchRuntimeException.ExecutorchInvalidArgumentException
- getINTERNAL() - function in org.pytorch.executorch.ExecutorchRuntimeException.Companion
- getINVALID_ARGUMENT() - function in org.pytorch.executorch.ExecutorchRuntimeException.Companion
- getINVALID_EXTERNAL_DATA() - function in org.pytorch.executorch.ExecutorchRuntimeException.Companion
- getINVALID_PROGRAM() - function in org.pytorch.executorch.ExecutorchRuntimeException.Companion
- getINVALID_STATE() - function in org.pytorch.executorch.ExecutorchRuntimeException.Companion
- getINVALID_TYPE() - function in org.pytorch.executorch.ExecutorchRuntimeException.Companion
- getIsBool() - function in org.pytorch.executorch.EValue
- getIsDouble() - function in org.pytorch.executorch.EValue
- getIsInt() - function in org.pytorch.executorch.EValue
- getIsLoaded() - function in org.pytorch.executorch.extension.asr.AsrModule
- getIsNone() - function in org.pytorch.executorch.EValue
- getIsString() - function in org.pytorch.executorch.EValue
- getIsTensor() - function in org.pytorch.executorch.EValue
- getIsValid() - function in org.pytorch.executorch.extension.asr.AsrModule
- getJniCode() - function in org.pytorch.executorch.DType
- getLOAD_MODE_FILE() - function in org.pytorch.executorch.Module.Companion
- Load mode for the module.
- getLOAD_MODE_FILE() - function in org.pytorch.executorch.extension.llm.LlmModuleConfig.Companion
- Load entire model file into a buffer (no mmap).
- getLOAD_MODE_MMAP() - function in org.pytorch.executorch.Module.Companion
- Load mode for the module.
- getLOAD_MODE_MMAP() - function in org.pytorch.executorch.extension.llm.LlmModuleConfig.Companion
- Load model via mmap without mlock (default).
- getLOAD_MODE_MMAP_USE_MLOCK() - function in org.pytorch.executorch.Module.Companion
- Load mode for the module.
- getLOAD_MODE_MMAP_USE_MLOCK() - function in org.pytorch.executorch.extension.llm.LlmModuleConfig.Companion
- Load model via mmap and pin all pages with mlock.
- getLOAD_MODE_MMAP_USE_MLOCK_IGNORE_ERRORS() - function in org.pytorch.executorch.Module.Companion
- Load mode for the module.
- getLOAD_MODE_MMAP_USE_MLOCK_IGNORE_ERRORS() - function in org.pytorch.executorch.extension.llm.LlmModuleConfig.Companion
- Load model via mmap and attempt mlock, ignoring mlock failures.
- getLoadMode() - function in org.pytorch.executorch.extension.llm.LlmModuleConfig
- getLocalizedMessage() - function in kotlin.ExecutorchRuntimeException
- getLocalizedMessage() - function in kotlin.ExecutorchRuntimeException.ExecutorchInvalidArgumentException
- getMaxNewTokens() - function in org.pytorch.executorch.extension.asr.AsrTranscribeConfig
- getMaxNewTokens() - function in org.pytorch.executorch.extension.llm.LlmGenerationConfig
- getMEMORY_ALLOCATION_FAILED() - function in org.pytorch.executorch.ExecutorchRuntimeException.Companion
- getMessage() - function in org.pytorch.executorch.ExecutorchRuntimeException
- getMessage() - function in org.pytorch.executorch.ExecutorchRuntimeException.ExecutorchInvalidArgumentException
- getMethodMetadata(String) - function in org.pytorch.executorch.Module
- Get the corresponding MethodMetadata for a method
- getMethods() - function in org.pytorch.executorch.Module
- Returns the names of methods.
- getMODEL_TYPE_MULTIMODAL() - function in org.pytorch.executorch.extension.llm.LlmModule.Companion
- getMODEL_TYPE_MULTIMODAL() - function in org.pytorch.executorch.extension.llm.LlmModuleConfig.Companion
- Model type constant for generic multimodal models.
- getMODEL_TYPE_TEXT() - function in org.pytorch.executorch.extension.llm.LlmModule.Companion
- getMODEL_TYPE_TEXT() - function in org.pytorch.executorch.extension.llm.LlmModuleConfig.Companion
- Model type constant for text-only models.
- getMODEL_TYPE_TEXT_VISION() - function in org.pytorch.executorch.extension.llm.LlmModule.Companion
- getMODEL_TYPE_TEXT_VISION() - function in org.pytorch.executorch.extension.llm.LlmModuleConfig.Companion
- Model type constant for text-and-vision multimodal models.
- getModelType() - function in org.pytorch.executorch.extension.llm.LlmModuleConfig
- getModulePath() - function in org.pytorch.executorch.extension.llm.LlmModuleConfig
- getName() - function in org.pytorch.executorch.DType
- getName() - function in org.pytorch.executorch.MethodMetadata
- getNOT_FOUND() - function in org.pytorch.executorch.ExecutorchRuntimeException.Companion
- getNOT_IMPLEMENTED() - function in org.pytorch.executorch.ExecutorchRuntimeException.Companion
- getNOT_SUPPORTED() - function in org.pytorch.executorch.ExecutorchRuntimeException.Companion
- getNumBos() - function in org.pytorch.executorch.extension.llm.LlmGenerationConfig
- getNumBos() - function in org.pytorch.executorch.extension.llm.LlmModuleConfig
- getNumEos() - function in org.pytorch.executorch.extension.llm.LlmGenerationConfig
- getNumEos() - function in org.pytorch.executorch.extension.llm.LlmModuleConfig
- getOK() - function in org.pytorch.executorch.ExecutorchRuntimeException.Companion
- getOPERATOR_MISSING() - function in org.pytorch.executorch.ExecutorchRuntimeException.Companion
- getOrdinal() - function in org.pytorch.executorch.DType
- getOUT_OF_RESOURCES() - function in org.pytorch.executorch.ExecutorchRuntimeException.Companion
- getRawDataBuffer() - function in org.pytorch.executorch.Tensor
- getRegisteredBackends() - function in org.pytorch.executorch.ExecuTorchRuntime.Companion
- Get all registered backends.
- getRegisteredOps() - function in org.pytorch.executorch.ExecuTorchRuntime.Companion
- Get all registered ops.
- getREGISTRATION_ALREADY_REGISTERED() - function in org.pytorch.executorch.ExecutorchRuntimeException.Companion
- getREGISTRATION_EXCEEDING_MAX_KERNELS() - function in org.pytorch.executorch.ExecutorchRuntimeException.Companion
- getRuntime() - function in org.pytorch.executorch.ExecuTorchRuntime.Companion
- Get the runtime instance.
- getSeqLen() - function in org.pytorch.executorch.extension.llm.LlmGenerationConfig
- getStackTrace() - function in kotlin.ExecutorchRuntimeException
- getStackTrace() - function in kotlin.ExecutorchRuntimeException.ExecutorchInvalidArgumentException
- getSuppressed() - function in kotlin.ExecutorchRuntimeException
- getSuppressed() - function in kotlin.ExecutorchRuntimeException.ExecutorchInvalidArgumentException
- getTemperature() - function in org.pytorch.executorch.extension.asr.AsrTranscribeConfig
- getTemperature() - function in org.pytorch.executorch.extension.llm.LlmGenerationConfig
- getTemperature() - function in org.pytorch.executorch.extension.llm.LlmModuleConfig
- getTokenizerPath() - function in org.pytorch.executorch.extension.llm.LlmModuleConfig