MCPcopy 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
47void Model::SetInputBuffer(const int32_t index, const float *buffer) {
48 SetInputBuffer(index, buffer, 4);
49}
50
51void Model::SetInputBuffer(const int32_t index, const uint8_t *buffer) {
52 SetInputBuffer(index, buffer, 1);

Callers

nothing calls this directly

Calls 1

GetSizeMethod · 0.45

Tested by

no test coverage detected