Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ SetGpuProfilingState
Method
SetGpuProfilingState
delegate/common/src/DelegateOptions.cpp:446–449 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
444
}
445
446
void DelegateOptions::SetGpuProfilingState(bool gpuProfilingState)
447
{
448
p_DelegateOptionsImpl->m_RuntimeOptions.m_EnableGpuProfiling = gpuProfilingState;
449
}
450
451
bool DelegateOptions::GetGpuProfilingState()
452
{
Callers
1
ToDelegateOptions
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected