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

Function GetArgMinMaxFunctionAsCString

include/armnn/TypesUtils.hpp:52–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52constexpr char const* GetArgMinMaxFunctionAsCString(ArgMinMaxFunction function)
53{
54 switch (function)
55 {
56 case ArgMinMaxFunction::Max: return "Max";
57 case ArgMinMaxFunction::Min: return "Min";
58 default: return "Unknown";
59 }
60}
61
62constexpr char const* GetComparisonOperationAsCString(ComparisonOperation operation)
63{

Callers 2

GetLayerNameFunction · 0.85
GetNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected