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

Function GetNormalizationAlgorithmMethodAsCString

include/armnn/TypesUtils.hpp:276–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274}
275
276constexpr const char* GetNormalizationAlgorithmMethodAsCString(NormalizationAlgorithmMethod method)
277{
278 switch (method)
279 {
280 case NormalizationAlgorithmMethod::LocalBrightness: return "LocalBrightness";
281 case NormalizationAlgorithmMethod::LocalContrast: return "LocalContrast";
282 default: return "Unknown";
283 }
284}
285
286constexpr const char* GetResizeMethodAsCString(ResizeMethod method)
287{

Callers 1

SerializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected