Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JDAI-CV/DNNLibrary
/ SetInputBuffer
Method
SetInputBuffer
dnnlibrary/Model.cpp:47–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
void Model::SetInputBuffer(const int32_t index, const float *buffer) {
48
SetInputBuffer(index, buffer, 4);
49
}
50
51
void Model::SetInputBuffer(const int32_t index, const uint8_t *buffer) {
52
SetInputBuffer(index, buffer, 1);
Callers
nothing calls this directly
Calls
1
GetSize
Method · 0.45
Tested by
no test coverage detected