Brian Jones
Brian Jones
Users will now be able to use either OpenVino or Tensorflow for their backend.
Issue description WebUSB device can't be found on windows platform Current behavior Board can't be found after connected windows PC. Expected behavior Device can be found. Steps to reproduce Build...
Signed-off-by: Brian J Jones
Node.js has the ability to wrap JS code modules to prevent namespace issues. Add this functionality to ZJS.
Review and discuss the Node.js module rules to see what is feasible to add, and what makes sense to add.
The Cargo.toml has the correct dependencies, however [crates.io](https://crates.io/crates/tensorflow-internal-macros/0.0.1/dependencies) appears to have not been updated. If I use tensorflow-internal-macros = "0.0.1" in my project, it imports proc-macro2 v0.4.30, quote v0.6.13, syn...
Thanks for filing a bug report! Please fill out the TODOs below. **Note: if you want to report a security issue, please read our [security policy](https://bytecodealliance.org/security)!** ### Test Case TODO:...
The runtime bindings have no use for the the build-dependencies of tensorflow-sys, nor the build.rs. So to avoid pulling in those dependencies, and hopefully to keep things cleaner, I'd like...
Both the AssemblyScript and Rust examples can now utilize the TensorFlow backend. The build.sh script now requires you specify which backend you want to run with. Requires the TensorFlow PR...