MCPcopy Create free account
hub / github.com/RenderKit/oidn / CPUEngine

Function CPUEngine

devices/cpu/bnns/bnns_engine.cpp:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6#include "bnns_pool.h"
7
8OIDN_NAMESPACE_BEGIN
9
10 BNNSEngine::BNNSEngine(CPUDevice* device, int numThreads)
11 : CPUEngine(device, numThreads)
12 {}
13
14 Ref<Conv> BNNSEngine::newConv(const ConvDesc& desc)
15 {

Callers 1

cpu_engine.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected