MCPcopy 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
63void Model::SetOutputBuffer(const int32_t index, float *buffer) {
64 SetOutputBuffer(index, buffer, 4);
65}
66
67void Model::SetOutputBuffer(const int32_t index, uint8_t *buffer) {
68 SetOutputBuffer(index, buffer, 1);

Callers 2

mainFunction · 0.80
mainFunction · 0.80

Calls 1

GetSizeMethod · 0.45

Tested by

no test coverage detected