LoRAParam ========= Parameter type specific to LoRA layers. **Abstract Signature:** ``LoRAParam(value)`` .. raw:: html

PyTorch

API: torch.nn.Parameter
Strategy: Direct Mapping

Keras

API: keras.Variable
Strategy: Direct Mapping

TensorFlow

API: tf.Variable
Strategy: Direct Mapping

Apple MLX

API: mlx.core.array
Strategy: Direct Mapping

Flax NNX

API: flax.nnx.LoRAParam
Strategy: Direct Mapping

PaxML / Praxis

API:
Strategy: Custom / Partial