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

Function GetPaddingMethodAsCString

include/armnn/TypesUtils.hpp:150–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150constexpr char const* GetPaddingMethodAsCString(PaddingMethod method)
151{
152 switch (method)
153 {
154 case PaddingMethod::Exclude: return "Exclude";
155 case PaddingMethod::IgnoreValue: return "IgnoreValue";
156 default: return "Unknown";
157 }
158}
159
160constexpr char const* GetPaddingModeAsCString(PaddingMode mode)
161{

Callers 1

SerializeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected