mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
13 lines
310 B
JSON
13 lines
310 B
JSON
|
|
{
|
||
|
|
"name": "02_create-tensor",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "This example is a demonstration of basic usage of creating tensors.",
|
||
|
|
"main": "index.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"onnxruntime": "0.0.1-dev.20200429.2"
|
||
|
|
}
|
||
|
|
}
|