onnx-runtime-memory-api 0.1.0-dev.6

Low-dependency memory mechanism contracts shared by allocators, governors, and execution providers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "onnx-runtime-memory-api"
description = "Low-dependency memory mechanism contracts shared by allocators, governors, and execution providers"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
keywords = ["onnx", "memory", "allocator", "runtime", "inference"]
categories = ["memory-management", "science"]

[dependencies]
thiserror = { workspace = true }

[lints]
workspace = true