Skip to content

Commit bd18947

Browse files
authored
Bump webnn-tflite-delegate version to 0.0.3 (#44)
1 parent a993b79 commit bd18947

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tfjs-tflite-node-codelab/webnn_inference_working/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"@tensorflow/tfjs": "^3.15.0",
1616
"stats.js": "^0.17.0",
1717
"tfjs-tflite-node": "^0.0.2",
18-
"webnn-tflite-delegate": "^0.0.1"
18+
"webnn-tflite-delegate": "^0.0.3"
1919
}
2020
}

webnn-tflite-delegate/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webnn-tflite-delegate",
3-
"version": "0.0.1",
3+
"version": "0.0.3",
44
"description": "A tflite delegate based on Web Neural Network API (WebNN API).",
55
"main": "dist/index.js",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)