Docs.rs
  • kn-graph-0.2.0
    • kn-graph 0.2.0
    • Docs.rs crate page
    • Apache-2.0 OR MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • KarelPeeters
    • Dependencies
      • byteorder ^1.4.3 normal
      • decorum ^0.3.1 normal
      • image ^0.24.7 normal
      • indexmap ^2.0.0 normal
      • itertools ^0.11.0 normal
      • ndarray ^0.15.6 normal
      • num-traits ^0.2.16 normal
      • palette ^0.7.3 normal
      • prost ^0.12.1 normal
      • rand ^0.8.5 normal
      • unwrap-match ^0.1.0 normal
      • prost-build ^0.12.1 build
    • Versions
    • 27.3% 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
logo
logo

Crate kn_graph

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

List of all items

Structs

  • cpu::CalculatedValue
  • cpu::ExecutionInfo
  • graph::ConstantData
  • graph::ConvDetails
  • graph::Graph
  • graph::SliceRange
  • graph::Value
  • graph::ValueInfo
  • onnx::result::Node
  • optimizer::OptimizerSettings
  • shape::ConcreteShape
  • shape::Shape
  • shape::Size
  • visualize::RenderTensor
  • visualize::VisTensor
  • wrap_debug::WrapDebug

Enums

  • graph::BinaryOp
  • graph::Operation
  • graph::ReduceOp
  • graph::UnaryOp
  • onnx::result::OnnxError

Traits

  • onnx::result::ToOnnxLoadResult
  • onnx::result::UnwrapProto

Macros

  • shape

Functions

  • cpu::batched_mat_mul
  • cpu::convolution
  • cpu::cpu_eval_graph
  • cpu::cpu_eval_graph_exec
  • cpu::layernorm
  • cpu::slice_info
  • cpu::softmax
  • dot::graph_to_dot
  • dot::graph_to_svg
  • graph::broadcast_shape_symmetric
  • graph::erf
  • onnx::load_graph_from_onnx_bytes
  • onnx::load_graph_from_onnx_path
  • optimizer::optimize_graph
  • optimizer::recurse::heap_recurse
  • visualize::visualize_graph_activations

Type Aliases

  • cpu::Tensor
  • onnx::result::OnnxResult
  • visualize::Image