Docs.rs
  • onnxruntime-ng-1.16.1
    • onnxruntime-ng 1.16.1
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • 19h
    • Dependencies
      • lazy_static ^1.4 normal
      • ndarray ^0.15 normal
      • onnxruntime-sys-ng ^1.16.1 normal
      • thiserror ^1.0 normal
      • tracing ^0.1.37 normal
      • tracing-subscriber ^0.3.17 normal
      • ureq ^2.1 normal optional
      • image ^0.24.6 dev
      • test-env-log ^0.2 dev
      • tracing-subscriber ^0.3.17 dev
      • ureq ^2.1 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • 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

onnxruntime_ng1.16.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Type Aliases

List of all items

Structs

  • environment::EnvBuilder
  • environment::Environment
  • error::OrtStatusWrapper
  • session::Input
  • session::Output
  • session::Session
  • session::SessionBuilder
  • tensor::ort_owned_tensor::OrtOwnedTensor
  • tensor::ort_tensor::OrtTensor

Enums

  • AllocatorType
  • GraphOptimizationLevel
  • LoggingLevel
  • MemType
  • TensorElementDataType
  • download::AvailableOnnxModel
  • download::language::Language
  • download::language::machine_comprehension::GPT2
  • download::language::machine_comprehension::MachineComprehension
  • download::language::machine_comprehension::RoBERTa
  • download::vision::Vision
  • download::vision::body_face_gesture_analysis::BodyFaceGestureAnalysis
  • download::vision::domain_based_image_classification::DomainBasedImageClassification
  • download::vision::image_classification::ImageClassification
  • download::vision::image_classification::InceptionVersion
  • download::vision::image_classification::ResNet
  • download::vision::image_classification::ResNetV1
  • download::vision::image_classification::ResNetV2
  • download::vision::image_classification::ShuffleNetVersion
  • download::vision::image_classification::Vgg
  • download::vision::image_manipulation::FastNeuralStyleTransferStyle
  • download::vision::image_manipulation::ImageManipulation
  • download::vision::object_detection_image_segmentation::ObjectDetectionImageSegmentation
  • error::NonMatchingDimensionsError
  • error::OrtApiError
  • error::OrtDownloadError
  • error::OrtError

Traits

  • TypeToTensorElementDataType
  • Utf8Data
  • tensor::ndarray_tensor::NdArrayTensor

Type Aliases

  • error::Result