MCPcopy Create free account
hub / github.com/Xilinx/CHaiDNN / execRoutine

Function execRoutine

software/example/vgg_ex.cpp:62–66  ·  view source on GitHub ↗

Thread routine wrapper for exec()

Source from the content-addressed store, hash-verified

60
61//# Thread routine wrapper for exec()
62void* execRoutine(void* args_) {
63 execStruct* args = (execStruct*) args_;
64 xiExec(args->chaihandle, args->input, args->output);
65 return NULL;
66}
67
68int main(int argc, char **argv)
69{

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected