Docs.rs
  • tensorrs-0.2.1
    • tensorrs 0.2.1
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • GooseKIller
    • Dependencies
      • rand ^0.8 normal
      • rayon ^1.10.0 normal
      • serde ^1.0.210 normal
      • serde_json ^1.0.128 normal
    • Versions
    • 42.35% 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

tensorrs0.2.1

Crate Items

  • Macros
  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • DataType
  • activation::ELU
  • activation::LeakyReLU
  • activation::ReLU
  • activation::SELU
  • activation::Sigmoid
  • activation::SoftMax
  • activation::Tanh
  • linalg::Matrix
  • linalg::Tensor
  • linalg::Vector
  • loss::BCE
  • loss::CrossEntropy
  • loss::MAPE
  • loss::MSE
  • loss::SSE
  • nn::Linear
  • nn::LinearBuilder
  • nn::RNN
  • nn::Sequential
  • optim::Adam
  • optim::SGD

Enums

  • nn::Initializer

Traits

  • Float
  • Num
  • activation::Function
  • loss::Loss
  • optim::Optimizer

Macros

  • linalg::matrix
  • linalg::tensor
  • linalg::vector
  • matrix
  • tensor
  • vector

Functions

  • linalg::broadcast_shape
  • utils::one_hot_decoding
  • utils::one_hot_encoding