orp 0.9.0

Lightweight framework for building ONNX runtime pipelines with ort
Documentation
[dependencies.composable]
version = "0.9.0"

[dependencies.ndarray]
version = "0.16.0"

[dependencies.ort]
version = "=2.0.0-rc.9"

[features]
acl = ["ort/acl"]
armnn = ["ort/armnn"]
cann = ["ort/cann"]
coreml = ["ort/coreml"]
cuda = ["ort/cuda"]
default = []
directml = ["ort/directml"]
load-dynamic = ["ort/load-dynamic"]
migraphx = ["ort/migraphx"]
nnapi = ["ort/nnapi"]
onednn = ["ort/onednn"]
openvino = ["ort/openvino"]
qnn = ["ort/qnn"]
rknpu = ["ort/rknpu"]
rocm = ["ort/rocm"]
tensorrt = ["ort/tensorrt"]
tvm = ["ort/tvm"]
vitis = ["ort/vitis"]
xnnpack = ["ort/xnnpack"]

[lib]
name = "orp"
path = "src/lib.rs"

[package]
authors = ["Frédérik Bilhaut <frederik.bilhaut@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Lightweight framework for building ONNX runtime pipelines with ort"
documentation = "https://docs.rs/piport/orp"
edition = "2021"
homepage = "https://github.com/fbilhaut/orp"
keywords = ["ort", "pipeline", "onnx"]
license = "Apache-2.0"
name = "orp"
readme = "Readme.md"
repository = "https://github.com/fbilhaut/orp"
version = "0.9.0"