MCPcopy 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
41inline bool CheckFlag(MemorySourceFlags flags, MemorySource source)
42{
43 return (static_cast<MemorySourceFlags>(source) & flags) != 0;
44}
45
46} //namespace armnn

Callers 3

EnqueueInputMethod · 0.85
EnqueueOutputMethod · 0.85
ImportOutputTensorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected