Skip to content
This repository has been archived by the owner on Dec 1, 2021. It is now read-only.

Network::run() should take void* (or byte*) instead of float* #1222

Open
primenumber opened this issue Sep 28, 2020 · 1 comment
Open

Network::run() should take void* (or byte*) instead of float* #1222

primenumber opened this issue Sep 28, 2020 · 1 comment
Assignees

Comments

@primenumber
Copy link
Contributor

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.

@primenumber
Copy link
Contributor Author

network_run in network_c_interface should be fixed, too.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants