Searched defs:IsUnsignedInt (Results 1 – 3 of 3) sorted by relevance
242 TEST_F(TypeTest, IsUnsignedInt) { in TEST_F() argument
43 static bool IsUnsignedInt(FormatMode mode) { in IsUnsignedInt() function
114 bool IsUnsignedInt() const { return m_Type == VarTypes::UnsignedInteger; } in IsUnsignedInt() function in armnn::BackendOptions::Var