Skip to content

Latest commit

 

History

History
 
 

burn-core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Burn Core

This crate should be used with burn.

Current Crates.io Version license

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.