A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
Z
C
- close() - function in org.pytorch.executorch.Module
- close() - function in org.pytorch.executorch.extension.asr.AsrModule
- Releases native resources.
- close() - function in org.pytorch.executorch.extension.llm.LlmModule
- Releases native resources.
- close() - function in org.pytorch.executorch.training.TrainingModule
- COMPLEX_DOUBLE - enum entry in org.pytorch.executorch.DType
Code for dtype ScalarType::ComplexDouble
- COMPLEX_FLOAT - enum entry in org.pytorch.executorch.DType
Code for dtype ScalarType::ComplexFloat
- COMPLEX_HALF - enum entry in org.pytorch.executorch.DType
Code for dtype ScalarType::ComplexHalf
- copyDataInto(FloatBuffer) - function in org.pytorch.executorch.Tensor
- Copies the tensor's data into a caller-provided FloatBuffer, avoiding the per-call allocation that dataAsFloatArray performs.
- copyDataInto(ByteBuffer) - function in org.pytorch.executorch.Tensor
- copyDataInto(IntBuffer) - function in org.pytorch.executorch.Tensor
- copyDataInto(LongBuffer) - function in org.pytorch.executorch.Tensor
- copyDataInto(DoubleBuffer) - function in org.pytorch.executorch.Tensor
- copyDataInto(ShortBuffer) - function in org.pytorch.executorch.Tensor
- copyDataIntoUnsigned(ByteBuffer) - function in org.pytorch.executorch.Tensor
- create() - function in org.pytorch.executorch.extension.llm.LlmGenerationConfig.Companion
- Creates a new Builder instance for constructing generation configurations.
- create() - function in org.pytorch.executorch.extension.llm.LlmModuleConfig.Companion
- Creates a new Builder instance for constructing LlmModuleConfig objects.
- create(Map,Double,Double,Double,Double,Boolean) - function in org.pytorch.executorch.training.SGD.Companion
- Creates a new SGD optimizer with the specified parameters and options.
- create(Map,Double) - function in org.pytorch.executorch.training.SGD.Companion
- Creates a new SGD optimizer with default options.