burn/burn-core/README.md

16 lines
598 B
Markdown
Raw Normal View History

2023-01-02 08:21:08 +08:00
# Burn Core
This crate should be used with [burn](https://github.com/burn-rs/burn).
[![Current Crates.io Version](https://img.shields.io/crates/v/burn-core.svg)](https://crates.io/crates/burn-core)
[![license](https://shields.io/badge/license-MIT%2FApache--2.0-blue)](https://github.com/burn-rs/burn-core/blob/master/README.md)
## Feature Flags
This crate can be used without the standard library (`#![no_std]`) with `alloc` by disabling
the default `std` feature.
* `std` - enables the standard library. Enabled by default.
* `experimental-named-tensor` - enables experimental named tensor.