Skip to content

Commit 19dbba4

Browse files
committed
Remove unused import of loadTensor from shape.js
1 parent 1e72a05 commit 19dbba4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/model/nns/onnx/operators/shape.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { onnx } from '../onnx_importer.js'
2-
import { loadTensor, loadAttribute } from '../utils.js'
2+
import { loadAttribute } from '../utils.js'
33

44
/**
55
* Handle shape operator

0 commit comments

Comments
 (0)