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

Function GetFusedTypeAsCString

include/armnn/TypesUtils.hpp:120–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120constexpr char const* GetFusedTypeAsCString(FusedKernelType type)
121{
122 switch (type)
123 {
124 case FusedKernelType::AddMulAdd: return "AddMulAdd";
125 default: return "Unknown";
126 }
127}
128
129constexpr char const* GetPoolingAlgorithmAsCString(PoolingAlgorithm pooling)
130{

Callers 1

SerializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected