Class AksDetect

Inheritance Relationships

Base Type

Class Documentation

class AksDetect : public amdinfer::workers::Worker

The Resnet50 worker accepts a 224x224 image and returns an array of classification IDs.

Public Functions

virtual std::thread spawn(BatchPtrQueue *input_queue) override

Starts the worker’s run() method as a separate thread and returns it.

Parameters

input_queue – queue used to send requests to the started worker thread

Returns

std::thread

inline Worker(const std::string &name, const std::string &platform)

The constructor only initializes the private class members.