Skip to content

Commit 80730a1

Browse files
committed
test: fix inspector_test
1 parent ac87084 commit 80730a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/inspector_test.ts

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import { assertEqual } from "./util";
88
class Tensor {
99
dtype = "int32";
1010
shape = [3, 3];
11+
dataSync() {}
1112
toString() {
1213
return [
1314
"Tensor",

0 commit comments

Comments
 (0)