Cargo Features

[dependencies]
usls = { version = "0.1.0-rc.1", default-features = false, features = ["video", "ort-download-binaries", "ort-load-dynamic", "cuda", "tensorrt", "coreml", "openvino", "onednn", "directml", "xnnpack", "cann", "rknpu", "acl", "rocm", "nnapi", "armnn", "tvm", "qnn", "migraphx", "vitis", "azure"] }
default = ort-download-binaries

The ort-download-binaries feature is set by default whenever usls is added without default-features = false somewhere in the dependency tree.

video

Enables video-rs

ort-download-binaries default = ort

Enables download-binaries of ort

Affects usls::models

ort-load-dynamic = ort

Enables load-dynamic of ort

Affects usls::models

cuda

Enables cuda of ort

tensorrt

Enables tensorrt of ort

coreml

Enables coreml of ort

openvino

Enables openvino of ort

onednn

Enables onednn of ort

directml

Enables directml of ort

xnnpack

Enables xnnpack of ort

cann

Enables cann of ort

rknpu

Enables rknpu of ort

acl

Enables acl of ort

rocm

Enables rocm of ort

nnapi

Enables nnapi of ort

armnn

Enables armnn of ort

tvm

Enables tvm of ort

qnn

Enables qnn of ort

migraphx

Enables migraphx of ort

vitis

Enables vitis of ort

azure

Enables azure of ort

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

ort acl? armnn? azure? cann? coreml? cuda? directml? migraphx? nnapi? onednn? openvino? ort-download-binaries ort-load-dynamic? qnn? rknpu? rocm? tensorrt? tvm? vitis? xnnpack?