Import tensorflow

This commit is contained in:
2026-02-15 21:45:42 -08:00
parent f3e8b90764
commit c530630153
20524 changed files with 9017694 additions and 25 deletions
+7
View File
@@ -31,6 +31,13 @@ namespace PythonInterop {
}
}
public void TestAI() {
using (Py.GIL()) {
dynamic main = Py.Import("main");
dynamic result = main.main();
}
}
}
}