Docs.rs
  • wasmedge_tensorflow_interface-0.3.0
    • wasmedge_tensorflow_interface 0.3.0
    • Permalink
    • Docs.rs crate page
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • q82419
    • Dependencies
    • Versions
    • 1.2% of the crate is documented
  • 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

wasmedge_tensorflow_interface0.3.0

  • All Items

Sections

  • Adding this as a dependency
  • Bringing this into scope

Crate Items

  • Modules
  • Structs
  • Constants
  • Traits
  • Functions
  • Type Aliases

Crate wasmedge_tensorflow_interface

Source
Expand description

How to use this crate

§Adding this as a dependency

ⓘ
[dependencies]
wasmedge_tensorflow_interface = "^0.3.0"

§Bringing this into scope

ⓘ
use wasmedge_tensorflow_interface;

Modules§

wasmedge_image
wasmedge_tensorflow
wasmedge_tensorflowlite

Structs§

TFLiteSession
TFSession
WasmedgeImageErrno
WasmedgeImageRawType
WasmedgeTfErrno
WasmedgeTfliteErrno

Constants§

WASMEDGE_IMAGE_ERRNO_FAIL
WASMEDGE_IMAGE_ERRNO_SUCCESS
WASMEDGE_IMAGE_RAW_TYPE_BGR8
WASMEDGE_IMAGE_RAW_TYPE_BGR32F
WASMEDGE_IMAGE_RAW_TYPE_RGB8
WASMEDGE_IMAGE_RAW_TYPE_RGB32F
WASMEDGE_TFLITE_ERRNO_BUSY
WASMEDGE_TFLITE_ERRNO_INVALID_ARGUMENT
WASMEDGE_TFLITE_ERRNO_INVALID_ENCODING
WASMEDGE_TFLITE_ERRNO_MISSING_MEMORY
WASMEDGE_TFLITE_ERRNO_RUNTIME_ERROR
WASMEDGE_TFLITE_ERRNO_SUCCESS
WASMEDGE_TF_ERRNO_BUSY
WASMEDGE_TF_ERRNO_INVALID_ARGUMENT
WASMEDGE_TF_ERRNO_INVALID_ENCODING
WASMEDGE_TF_ERRNO_MISSING_MEMORY
WASMEDGE_TF_ERRNO_RUNTIME_ERROR
WASMEDGE_TF_ERRNO_SUCCESS

Traits§

TensorType

Functions§

append_output⚠
clear_input⚠
clear_output⚠
create_session_saved_model⚠
load_jpg⚠
load_jpg_image_to_bgr8
load_jpg_image_to_bgr32f
load_jpg_image_to_rgb8
load_jpg_image_to_rgb32f
load_png⚠
load_png_image_to_bgr8
load_png_image_to_bgr32f
load_png_image_to_rgb8
load_png_image_to_rgb32f

Type Aliases§

BufMaxSize
ImgBuffer
MetagraphTag
MetagraphTagList
TensorDimensions