Docs.rs
  • ktensor-0.1.0
    • ktensor 0.1.0
    • Docs.rs crate page
    • MPL-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • xorkevin
    • Dependencies
      • rand ^0.3 normal
    • Versions
    • 25% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

ktensor0.1.0

Crate Items

  • Structs
  • Traits
  • Functions

List of all items

Structs

  • Arc
  • context::Context
  • math::Matrix
  • math::Vec2
  • node::Node
  • node::State
  • node::Variable
  • tensor::Tensor

Traits

  • node::Graph

Functions

  • cost::softmax_cross_entropy_f32
  • cost::softmax_cross_entropy_f64
  • op::add
  • op::dot
  • op::relu_f32
  • op::relu_f64
  • op::sigmoid_f32
  • op::sigmoid_f64
  • op::softmax_f32
  • op::softmax_f64
  • op::softmax_round_f32
  • op::softmax_round_f64
  • run::execute
  • run::train