Docs.rs
  • auto-diff-0.5.2
    • auto-diff 0.5.2
    • 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.8 normal
      • rand_distr ^0.4 normal
      • tensor-rs ^0.5.2 normal
      • criterion ^0.3 dev
      • csv ^1.1 dev
      • openblas-src ^0.9 dev
      • tensorboard-rs ^0.2.2 dev
    • Versions
    • 9.84% 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

  • err::AutoDiffError
  • op::Op
  • op::OpHandle
  • op::View
  • op::convolution::Conv1d
  • op::convolution::Conv2d
  • op::element::Abs
  • op::element::Acos
  • op::element::Asin
  • op::element::Atan
  • op::element::Ceil
  • op::element::Cos
  • op::element::Cosh
  • op::element::Exp
  • op::element::Expm1
  • op::element::Floor
  • op::element::Frac
  • op::element::Log
  • op::element::Log10
  • op::element::Log1p
  • op::element::Log1pexp
  • op::element::Log2
  • op::element::Neg
  • op::element::Reciprocal
  • op::element::Round
  • op::element::Rsqrt
  • op::element::Sigmoid
  • op::element::Sign
  • op::element::Sin
  • op::element::Sinh
  • op::element::Sqrt
  • op::element::Tan
  • op::element::Tanh
  • op::element::Trunc
  • op::index_slicing::Cat
  • op::index_slicing::Chunk
  • op::index_slicing::ConditionalSelect
  • op::index_slicing::Gather
  • op::index_slicing::IndexExclude
  • op::index_slicing::IndexSelect
  • op::index_slicing::Permute
  • op::index_slicing::Repeat
  • op::index_slicing::Reshape
  • op::index_slicing::Split
  • op::index_slicing::Squeeze
  • op::index_slicing::Stack
  • op::index_slicing::T
  • op::index_slicing::Take
  • op::index_slicing::Unsqueeze
  • op::linalg::Det
  • op::linear::Linear
  • op::local::Add
  • op::local::Div
  • op::local::Matmul
  • 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
  • var::Var

Enums

  • op::loss::Reduction

Traits

  • op::OpCall
  • op::OpTrait
  • optim::Optimizer

Functions

  • op::_gradient_checker