Directories
ΒΆ
| Path | Synopsis |
|---|---|
|
Package autodiff provides automatic differentiation capabilities.
|
Package autodiff provides automatic differentiation capabilities. |
|
backend
|
|
|
cpu
Package cpu provides a pure Go CPU backend for tensor operations.
|
Package cpu provides a pure Go CPU backend for tensor operations. |
|
webgpu
Package webgpu provides the WebGPU backend for GPU-accelerated tensor operations.
|
Package webgpu provides the WebGPU backend for GPU-accelerated tensor operations. |
|
cmd
|
|
|
born
command
Package main provides the Born ML Framework CLI.
|
Package main provides the Born ML Framework CLI. |
|
born-bench
command
Package main provides benchmarking tools for Born.
|
Package main provides benchmarking tools for Born. |
|
born-convert
command
Package main provides model conversion tools for Born.
|
Package main provides model conversion tools for Born. |
|
examples
|
|
|
mnist
command
|
|
|
mnist-cnn
command
|
|
|
mnist-gpu
command
MNIST GPU Inference Benchmark
|
MNIST GPU Inference Benchmark |
|
Package generate provides text generation utilities for LLMs in Born ML.
|
Package generate provides text generation utilities for LLMs in Born ML. |
|
internal
|
|
|
autodiff
Package autodiff implements automatic differentiation using the decorator pattern.
|
Package autodiff implements automatic differentiation using the decorator pattern. |
|
autodiff/ops
Package ops defines operation interfaces and implementations for automatic differentiation.
|
Package ops defines operation interfaces and implementations for automatic differentiation. |
|
backend
Package backend provides backend implementations for tensor operations.
|
Package backend provides backend implementations for tensor operations. |
|
backend/cpu
Package cpu implements the CPU backend with SIMD optimizations and BLAS integration.
|
Package cpu implements the CPU backend with SIMD optimizations and BLAS integration. |
|
backend/webgpu
Package webgpu implements the WebGPU backend for GPU-accelerated tensor operations.
|
Package webgpu implements the WebGPU backend for GPU-accelerated tensor operations. |
|
generate
Package generate provides text generation utilities for LLMs.
|
Package generate provides text generation utilities for LLMs. |
|
gguf
Package gguf provides GGUF file format parsing and model loading.
|
Package gguf provides GGUF file format parsing and model loading. |
|
loader
Package loader provides model weight loading functionality for Born ML framework.
|
Package loader provides model weight loading functionality for Born ML framework. |
|
nn
Package nn provides neural network modules and layers for building deep learning models.
|
Package nn provides neural network modules and layers for building deep learning models. |
|
onnx
Package onnx provides ONNX model import/export functionality.
|
Package onnx provides ONNX model import/export functionality. |
|
onnx/operators
Package operators implements ONNX operator mapping to Born tensor operations.
|
Package operators implements ONNX operator mapping to Born tensor operations. |
|
optim
Package optim implements optimization algorithms for training neural networks.
|
Package optim implements optimization algorithms for training neural networks. |
|
parallel
Package parallel provides parallel execution utilities for the Born ML framework.
|
Package parallel provides parallel execution utilities for the Born ML framework. |
|
serialization
Package serialization provides native .born format for saving and loading Born ML models.
|
Package serialization provides native .born format for saving and loading Born ML models. |
|
tensor
Package tensor provides the core tensor types and operations for Born ML framework.
|
Package tensor provides the core tensor types and operations for Born ML framework. |
|
tokenizer
Package tokenizer provides text tokenization for LLM inference.
|
Package tokenizer provides text tokenization for LLM inference. |
|
Package loader provides model weight loading functionality for Born ML framework.
|
Package loader provides model weight loading functionality for Born ML framework. |
|
Package nn provides neural network layers and building blocks.
|
Package nn provides neural network layers and building blocks. |
|
Package onnx provides ONNX model import functionality for Born ML framework.
|
Package onnx provides ONNX model import functionality for Born ML framework. |
|
Package optim provides optimization algorithms for training neural networks.
|
Package optim provides optimization algorithms for training neural networks. |
|
Package tensor provides type-safe tensor operations for the Born ML framework.
|
Package tensor provides type-safe tensor operations for the Born ML framework. |
|
Package tokenizer provides text tokenization for LLM inference in Born ML.
|
Package tokenizer provides text tokenization for LLM inference in Born ML. |
Click to show internal directories.
Click to hide internal directories.