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

Method IsBool

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

Type getters

Source from the content-addressed store, hash-verified

110
111 /// Type getters
112 bool IsBool() const { return m_Type == VarTypes::Boolean; }
113 bool IsInt() const { return m_Type == VarTypes::Integer; }
114 bool IsUnsignedInt() const { return m_Type == VarTypes::UnsignedInteger; }
115 bool IsFloat() const { return m_Type == VarTypes::Float; }

Callers 6

ParseBoolFunction · 0.80
ParseBoolFunction · 0.80
HasMatchingCapabilityFunction · 0.80
RuntimeTests.cppFile · 0.80
DoOpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected