Docs.rs
  • auto-diff-0.5.0
    • auto-diff 0.5.0
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • pipehappy1
    • Dependencies
      • ndarray ^0.12 normal
      • ndarray-linalg ^0.11 normal
      • num-traits ^0.2 normal
      • rand ^0.7 normal
      • rand_distr ^0.2 normal
      • tensor-rs ^0.5.0 normal
      • criterion ^0.3 dev
      • csv ^1.1 dev
      • openblas-src ^0.9 dev
      • tensorboard-rs ^0.2.2 dev
    • Versions
    • 35.75% of the crate is documented
  • Go to latest version
  • 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation
logo

logo

Crate auto_diff

logo
Change settings

List of all items

Structs

  • collection::generational_index::GenIndex
  • collection::generational_index::GenIndexIter
  • collection::generational_index::NetIndex
  • collection::graph::Graph
  • collection::graph::NodeIterator
  • compute_graph::Net
  • op::Nop
  • op::Op
  • op::View
  • op::convolution::Conv2d
  • op::linear::Linear
  • op::local::Add
  • op::local::Div
  • op::local::Mul
  • op::local::Sub
  • op::loss::BCEWithLogitsLoss
  • op::loss::CrossEntropyLoss
  • op::loss::MSELoss
  • op::nonlinear::ELU
  • op::nonlinear::ReLU
  • op::nonlinear::Sigmoid
  • op::nonlinear::Sine
  • optim::MiniBatch
  • optim::SGD
  • rand::RNG
  • var::Func
  • var::Module
  • var::V
  • var::Var

Enums

  • op::loss::Reduction
  • var::VarCmd

Traits

  • op::OpTrait
  • optim::Optimizer

Functions

  • op::_gradient_checker
  • var::bcewithlogitsloss
  • var::crossentropyloss
  • var::mseloss