Jeroen Bransen

Results 4 issues of Jeroen Bransen

In attempts at running TensorFlow in an `AudioWorklet` (see #4704 ), I ran into the issue where `env().platform` is `undefined`. This is the pragmatic fix, since the fallback is supposed...

When adding `tflite` as a dependency to my Cargo file I get the following build error: ``` error: failed to run custom build command for `tflite v0.9.7` Caused by: process...

As title, `CLong` is not necessarily 64 bits on all platforms, so this change properly converts the types instead of trying to coerse.

I am running this library in a production setting, and on a regular basis I observe the following error: ``` RpcError(Status { code: Cancelled, message: "operation was canceled", source: Some(tonic::transport::Error(Transport,...