MCPcopy Create free account
hub / github.com/Harick1/caffe-yolo / WrapInputLayer

Method WrapInputLayer

examples/cpp_classification/classification.cpp:176–187  ·  view source on GitHub ↗

Wrap the input layer of the network in separate cv::Mat objects * (one per channel). This way we save one memcpy operation and we * don't need to rely on cudaMemcpy2D. The last preprocessing * operation will write the separate channels directly to the input * layer. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 4

widthMethod · 0.45
heightMethod · 0.45
mutable_cpu_dataMethod · 0.45
channelsMethod · 0.45

Tested by

no test coverage detected