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

Function IsQAsymmS8

src/backends/reference/RefWorkloadFactory.cpp:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 return IsDataType<DataType::QSymmS8>(info);
71}
72bool IsQAsymmS8(const WorkloadInfo& info)
73{
74 return IsDataType<DataType::QAsymmS8>(info);
75}
76bool IsQAsymmU8(const WorkloadInfo& info)
77{
78 return IsDataType<DataType::QAsymmU8>(info);

Callers 1

CreateWorkloadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected