Expand description

The Rune Runtime.

Feature Flags

This crate makes use of cargo features to selectively enable or disable functionality.

The following cargo features are available:

  • builtins - (default) enable various builtin outputs and capabilities
  • tflite - (default) enable support for TensorFlow Lite models
  • wasm3 - enable the WASM3 engine
  • wasmer - enable the wasmer engine

Re-exports

pub extern crate wasm3;
pub extern crate wasmer;

Modules

Builtin modules.

Functions for handling various “well-known” model formats.

Structs

Metadata for a model node.

Metadata for a node in the ML pipeline, typically an input or output.

A loaded Rune.

A n-dimension array of numbers.

Enums

The type of value that may be stored in a Tensor.

Traits

An object that can do inference.

A numeric type that can be stored in a Tensor.