Home
last modified time | relevance | path

Searched refs:ForwardQueueEntry (Results 1 – 2 of 2) sorted by relevance

/dports/games/leela-zero/leela-zero-0.17/src/
H A DOpenCLScheduler.h53 class ForwardQueueEntry {
60 ForwardQueueEntry(const std::vector<float>& input, in ForwardQueueEntry() function
93 std::list<std::shared_ptr<ForwardQueueEntry>> m_forward_queue;
H A DOpenCLScheduler.cpp269 auto entry = std::make_shared<ForwardQueueEntry>(input, output_pol, output_val); in forward()
314 std::list<std::shared_ptr<ForwardQueueEntry>> inputs; in batch_worker()