MCPcopy 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

12typedef float SAMPLE;
13
14struct Buffer {
15 float *buffer; // non-owning pointer into buffer
16 size_t size;
17};
18
19
20float sigmoid(float x) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected