Crate ktensor [] [src]

ktensor module

Modules

  • math
  • tensor
  • context
  • node
  • op

Structs

  • Context
  • Tensor
  • Node
  • State
  • Variable

Reexports

pub use tensor::Tensor;
pub use context::Context;
pub use run::execute;
pub use run::train;

Modules

context
cost
math
node
op
run
tensor

Structs

Arc

A thread-safe reference-counting pointer.

Node
State
Variable
Vec2

A pair of coordinates

Traits

Graph