Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JDAI-CV/DNNLibrary
/ SetOutputBuffer
Method
SetOutputBuffer
dnnlibrary/Model.cpp:63–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
void Model::SetOutputBuffer(const int32_t index, float *buffer) {
64
SetOutputBuffer(index, buffer, 4);
65
}
66
67
void Model::SetOutputBuffer(const int32_t index, uint8_t *buffer) {
68
SetOutputBuffer(index, buffer, 1);
Callers
2
main
Function · 0.80
main
Function · 0.80
Calls
1
GetSize
Method · 0.45
Tested by
no test coverage detected