MCPcopy Create free account
hub / github.com/apache/singa / AsyncDecodeTransform

Method AsyncDecodeTransform

examples/cpp/imagenet/ilsvrc12.h:344–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342}
343
344std::thread ILSVRC::AsyncDecodeTransform(int flag, int thid, int nthreads,
345 vector<string *> images, Tensor *x,
346 Tensor *y) {
347 return std::thread(
348 [=]() { DecodeTransform(flag, thid, nthreads, images, x, y); });
349}
350
351void ILSVRC::DecodeTransform(int flag, int thid, int nthreads,
352 vector<string *> images, Tensor *x, Tensor *y) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected