Docs.rs
  • rai-core-0.6.0
    • rai-core 0.6.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • cksac
    • Dependencies
      • candle-core ^0.3.2 normal
      • dyn-clone ^1.0.16 normal
      • once_cell ^1.19.0 normal
      • paste ^1.0 normal
      • thiserror ^1.0.51 normal
      • tracing ^0.1.40 normal
    • Versions
    • 0% 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
    • 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

rai_core0.6.0

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases
?
Change settings

List of all items

Structs

  • Aux
  • Tensor
  • backend::Cpu
  • backend::RaiExpr
  • dispatch::Dispatch
  • primitives::Abs
  • primitives::Add
  • primitives::Arange
  • primitives::AsType
  • primitives::Broadcast
  • primitives::Cos
  • primitives::Div
  • primitives::Equal
  • primitives::Exp
  • primitives::Full
  • primitives::Greater
  • primitives::GreaterEqual
  • primitives::Less
  • primitives::LessEqual
  • primitives::Log
  • primitives::Log10
  • primitives::Log2
  • primitives::LogSoftmax
  • primitives::MatMul
  • primitives::Maximum
  • primitives::Mul
  • primitives::Negative
  • primitives::Normal
  • primitives::NotEqual
  • primitives::ReduceMax
  • primitives::ReduceMin
  • primitives::ReduceSum
  • primitives::Reshape
  • primitives::Rsqrt
  • primitives::Sign
  • primitives::Sin
  • primitives::Softmax
  • primitives::Sqrt
  • primitives::Square
  • primitives::Sub
  • primitives::Transpose

Enums

  • DType
  • Error

Traits

  • Differentiable
  • DifferentiableModule
  • Dim
  • Dims
  • ElemType
  • Func
  • Module
  • Shape
  • TensorIter
  • backend::Backend
  • dispatch::Eval
  • ops::ArangeArgs
  • ops::ReduceArgs
  • primitives::Primitive

Macros

  • differentiable_module
  • non_differentiable

Functions

  • dispatch::eval_rule
  • dispatch::register
  • dispatch::register_custom
  • eval
  • grad
  • jvp
  • ops::abs
  • ops::add
  • ops::arange
  • ops::as_type
  • ops::broadcast_to
  • ops::cos
  • ops::div
  • ops::eq
  • ops::exp
  • ops::full
  • ops::ge
  • ops::gt
  • ops::le
  • ops::log
  • ops::log10
  • ops::log2
  • ops::log_softmax
  • ops::lt
  • ops::matmul
  • ops::max
  • ops::maximum
  • ops::mean
  • ops::min
  • ops::mul
  • ops::ne
  • ops::negative
  • ops::normal
  • ops::relu
  • ops::reshape
  • ops::rsqrt
  • ops::sign
  • ops::sin
  • ops::softmax
  • ops::sqrt
  • ops::square
  • ops::sub
  • ops::sum
  • ops::transpose
  • raiexpr
  • utils::dot_graph
  • value_and_grad
  • vjp

Type Aliases

  • Result