Crate ktensor

Source
Expand description

ktensor module

§Modules

  • math
  • tensor
  • context
  • node
  • op

§Structs

  • Context
  • Tensor
  • Node
  • State
  • Variable

Re-exports§

pub use math::Vec2;
pub use tensor::Tensor;
pub use context::Context;
pub use node::Graph;
pub use node::Node;
pub use node::State;
pub use node::Variable;
pub use run::execute;
pub use run::train;

Modules§

context
cost
math
node
op
run
tensor

Structs§

Arc
A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically Reference Counted’.