Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AnswerDotAI/gpu.cpp
/ Buffer
Class
Buffer
experimental/legacy/audio/run.cpp:14–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
typedef float SAMPLE;
13
14
struct Buffer {
15
float *buffer; // non-owning pointer into buffer
16
size_t size;
17
};
18
19
20
float sigmoid(float x) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected