Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DTelemetry.cpp172 .introspectionEnabled = c->createdWithExplicitDeviceList(), in onCompilationFinish()
229 .introspectionEnabled = compilation->createdWithExplicitDeviceList(), in onExecutionFinish()
DCompilationBuilder.h86 bool createdWithExplicitDeviceList() const { return mExplicitDeviceList; } in createdWithExplicitDeviceList() function
DMemory.cpp476 return cb->createdWithExplicitDeviceList(); in finish()