You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.
We want to take uint8_t, uint16_t or something else typed buffer for performance, memory usage optimization.
Furthermore, we may want to take multiple input/output, it can be mixed-typed buffers.
But current Network::run assumes input/output buffer are float-typed buffer.
We should take only pointer of buffers.
The text was updated successfully, but these errors were encountered:
We want to take uint8_t, uint16_t or something else typed buffer for performance, memory usage optimization.
Furthermore, we may want to take multiple input/output, it can be mixed-typed buffers.
But current
Network::run
assumes input/output buffer are float-typed buffer.We should take only pointer of buffers.
The text was updated successfully, but these errors were encountered: