Backends


Content:

public class LlamaCppBackend : INeuralBackend

Language: C#

llama.cpp backend для оптимизированного выполнения LLM

public class LlamaCppComputeDevice : IComputeDevice

Language: C#

Compute device для llama.cpp

public class LlamaCppLoadedModel : ILoadedModel

Language: C#

Загруженная llama.cpp модель

public class OnnxBackend : INeuralBackend, IGpuMathOps

Language: C#

ONNX Runtime backend

public class OnnxComputeDevice : IComputeDevice

Language: C#

Compute device для ONNX

public class OnnxLoadedModel : ILoadedModel

Language: C#

Загруженная ONNX модель

public class PyTorchBackend : INeuralBackend

Language: C#

PyTorch backend через Python subprocess

public class PyTorchComputeDevice : IComputeDevice

Language: C#

Compute device для PyTorch

public class PyTorchLoadedModel : ILoadedModel

Language: C#

Загруженная PyTorch модель

public class TorchSharpBackend : ITrainableBackend, IGpuMathOps

Language: C#

TorchSharp backend for model execution and training

public class TorchComputeDevice : IComputeDevice

Language: C#

Compute device for TorchSharp

public class TorchScriptLoadedModel : ILoadedModel

Language: C#

Loaded TorchScript model

public class TorchScriptTrainableModel : ITrainableModel

Language: C#

Trainable TorchScript model