mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-04 23:59:56 +00:00
### Description Enable creating dedicated build for on device training. With this PR we can build a lean binary for on device training using flag --enable_training_apis. This binary includes only the essentials like training ops, optimizers etc and NOT features like Aten fallback, strided tensors, gradient builders etc . This binary also removes all the deprecated components like training::TrainingSession and OrtTrainer etc ### Motivation and Context This enables our partners to create a lean binary for on device training. |
||
|---|---|---|
| .. | ||
| targets | ||
| Tensors | ||
| Training | ||
| AssemblyInfo.shared.cs | ||
| DisposableNamedOnnxValue.shared.cs | ||
| Exceptions.shared.cs | ||
| FixedBufferOnnxValue.shared.cs | ||
| InferenceSession.shared.cs | ||
| Microsoft.ML.OnnxRuntime.csproj | ||
| Microsoft.ML.OnnxRuntime.sln | ||
| NamedOnnxValue.shared.cs | ||
| NativeApiStatus.shared.cs | ||
| NativeMethods.shared.cs | ||
| NativeOnnxTensorMemory.shared.cs | ||
| NativeOnnxValueHelper.shared.cs | ||
| OnnxRuntime.shared.cs | ||
| OrtAllocator.shared.cs | ||
| OrtIoBinding.shared.cs | ||
| OrtLoggingLevel.shared.cs | ||
| OrtValue.shared.cs | ||
| PrepackedWeightsContainer.shared.cs | ||
| ProviderOptions.shared.cs | ||
| RunOptions.shared.cs | ||
| SessionOptions.shared.cs | ||
| SessionOptionsContainer.shared.cs | ||