We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac87084 commit 80730a1Copy full SHA for 80730a1
src/inspector_test.ts
@@ -8,6 +8,7 @@ import { assertEqual } from "./util";
8
class Tensor {
9
dtype = "int32";
10
shape = [3, 3];
11
+ dataSync() {}
12
toString() {
13
return [
14
"Tensor",
0 commit comments