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

Method IsString

include/armnn/BackendOptions.hpp:116–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 bool IsUnsignedInt() const { return m_Type == VarTypes::UnsignedInteger; }
115 bool IsFloat() const { return m_Type == VarTypes::Float; }
116 bool IsString() const { return m_Type == VarTypes::String; }
117
118 /// Value getters
119 bool AsBool() const { assert(IsBool()); return m_Vals.b; }

Callers 5

ParseFileFunction · 0.80
HasMatchingCapabilityFunction · 0.80
RuntimeTests.cppFile · 0.80
DoOpMethod · 0.80
ParseStringBackendOptionFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected