Searched refs:ForwardQueueEntry (Results 1 – 2 of 2) sorted by relevance
53 class ForwardQueueEntry {60 ForwardQueueEntry(const std::vector<float>& input, in ForwardQueueEntry() function93 std::list<std::shared_ptr<ForwardQueueEntry>> m_forward_queue;
269 auto entry = std::make_shared<ForwardQueueEntry>(input, output_pol, output_val); in forward()314 std::list<std::shared_ptr<ForwardQueueEntry>> inputs; in batch_worker()