Module coaster::frameworks::native[][src]

Expand description

Provides informations about the software system, such as OpenCL, CUDA, that contains the set of components to support hardwares with kernel execution. hardware: ../hardware/index.html

Re-exports

pub use self::binary::Binary;
pub use self::device::Cpu;
pub use self::function::Function;

Modules

Provides a binary on native CPU.

Provides a hardware aka. the host CPU.

Provides a Box without any knowledge of its underlying type.

Provides a operation on native CPU.

Provides a hardware aka. the host CPU.

Structs

Provides the Native framework.

Enums

Defines the Native Error.

Traits

Provides the Native framework trait for explicit Backend behaviour.

Functions

Traditional allocation via creation of a filled Vec.

Initialise the Native Backend for running Tensor Operations