We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf744d commit 67d977bCopy full SHA for 67d977b
1 file changed
tfjs-node/src/kernels/all_kernels.ts
@@ -19,4 +19,5 @@
19
// global registry when we compile the library. A modular build would replace
20
// the contents of this file and import only the kernels that are needed.
21
import './non_max_suppression_v5';
22
+import './Softmax';
23
import './SquaredDifference';
0 commit comments