MCPcopy Create free account
hub / github.com/ARM-software/armnn / IsBoolean

Function IsBoolean

src/backends/reference/RefWorkloadFactory.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 return IsDataType<DataType::QAsymmU8>(info);
79}
80bool IsBoolean(const WorkloadInfo& info)
81{
82 return IsDataType<DataType::Boolean>(info);
83}
84
85RefWorkloadFactory::RefWorkloadFactory(const std::shared_ptr<RefMemoryManager>& memoryManager)
86 : m_MemoryManager(memoryManager)

Callers 1

CreateWorkloadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected