Home
last modified time | relevance | path

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

/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Backends/NNPI/
H A DNNPIMLTraceWrapper.cpp296 IceCapsConfig iceSWCapsConfig; in createInternalContext() local
297 iceSWCapsConfig.engine = eIceCapsEngine::ICE_CAPS_SW_TRACE; in createInternalContext()
298 iceSWCapsConfig.size = sizeof(traceConfigs); in createInternalContext()
299 iceSWCapsConfig.buffer = traceConfigs; in createInternalContext()
300 mlStatus = nnpiIceCapsPrepare(capsSession_, &iceSWCapsConfig); in createInternalContext()