Cargo Features

[dependencies]
autograph = { version = "0.2.0", default-features = false, features = ["device", "serde", "dataset", "iris", "mnist", "learn", "neural-network"] }
default = device

The device feature is set by default whenever autograph is added without default-features = false somewhere in the dependency tree.

device default

Enables once_cell and device of krnl

krnl:

Enables device functionality. Not supported on the web.

serde

Enables serde, serde of krnl

dataset iris? mnist?

Affects autograph::dataset

iris = dataset

Affects dataset::iris

mnist = dataset

Enables byteorder, curl, dirs ^3.0.2, flate2, and indicatif

Affects dataset::mnist

learn neural-network?

Affects autograph::learn

neural-network = learn

Enables autograph_derive, crossbeam-channel, once_cell, parking_lot, and rand

Affects learn::neural_network