Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/armnn
/ CheckFlag
Function
CheckFlag
include/armnn/MemorySources.hpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
inline bool CheckFlag(MemorySourceFlags flags, MemorySource source)
42
{
43
return (static_cast<MemorySourceFlags>(source) & flags) != 0;
44
}
45
46
} //namespace armnn
Callers
3
EnqueueInput
Method · 0.85
EnqueueOutput
Method · 0.85
ImportOutputTensor
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected