Searched defs:xInferenceJob (Results 1 – 1 of 1) sorted by relevance
77 struct xInferenceJob : public InferenceJob { struct78 xInferenceJob() : InferenceJob(), responseQueue(nullptr), status(false) in xInferenceJob() function82 xInferenceJob(const string &_name, const DataPtr &_networkModel, in xInferenceJob() function90 k_queue *responseQueue;91 bool status;