feat(board): python_pyodide下添加对tensorflow的支持 (待完善)

This commit is contained in:
王立帮
2025-07-22 17:54:19 +08:00
parent 24b5bc4304
commit 418cbd53b0
9 changed files with 1212 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
import NavExt from './nav-ext';
import * as tf from '@tensorflow/tfjs';
import './tensorflow';
NavExt.init();
NavExt.init();
window.tf = tf;