mtobin
mtobin
### Summary Given that [WasmEdge-tensorflow](https://github.com/second-state/WasmEdge-tensorflow) was migrated to the `wasmedge_tensorflowlite` and supported Android, is there a plan to add Android support to the plugin? [Changlog ref](https://github.com/WasmEdge/WasmEdge/blob/hydai/0.13.5_ggml_b2334_bugfix/Changelog.md#:~:text=Migrated%20the%20WasmEdge,above%20plug%2Dins) ### Details Would basically...
### Package name xgboost ### Package version 2.0.3 ### PyPI URL https://pypi.org/project/xgboost/ ### piwheels URL https://www.piwheels.org/project/xgboost/ ### Python version - [ ] Python 3.7 - [X] Python 3.9 - [...
### Feature description Introduction of ONNX Gemm operation conversion https://onnx.ai/onnx/operators/onnx__Gemm.html ### Feature motivation Useful for optimisations Currently get: ``` DEBUG onnx_ir::proto_conversion: Converting ONNX node with type "Gemm" DEBUG onnx_ir::from_onnx: renaming...
Hello! I’ve been working with TensorFlow Lite models in tract and have come across a model which cannot be loaded. I've compared the operators used in themodel with those mentioned...