rhobro
rhobro
From what I could see with the docs and the libraries associated with scrcpy, the only way (not neat) to do this would have been to start a thread sending...
In the Rust Wasmer SDK, there is a way to enable non-standard features such as threads and simd through https://docs.rs/wasmer/latest/wasmer/struct.Features.html . Please could we enable these with the dart package...
The way that wasm_bindgen in Rust can access functions that are defined externally, how does one allow the WASM to call dart functions?
Hi there, I was trying to convert a WASM to C when wasm2c exited saying that the WASM file used threads. Would it be possible to enable this feature in...
Hi there, I read that wonnx can use gpu through graphics apis like metal and vulkan. Just wondering, does it default to cpu inference if there is no gpu? Thanks
Hi there, I noticed that the latest version of onnxruntime from microsoft is 1.13 . Is there any plan to update the rust bindings to use the same version? Thanks
Hi there, I know that ort supports training. How does one go about doing that with the Rust version? Thanks.
Hi there, The washer client seems to have flags to enable non standard features such as threading and so on. How can this be enabled in the sdk?
Would it be possible to add this algorithm to the edge detection list?
Hi there, Like tensorflow python has `tf.distribute`, what is the equivalent for the rust version? Thanks