Searched refs:BooleanDecoder (Results 1 – 4 of 4) sorted by relevance
15 class BooleanDecoder(decoder.AbstractSimpleDecoder): class44 {univ.Boolean.tagSet: BooleanDecoder(),
428 class BooleanDecoder : public TypedIterator<const uint8_t, Decoder<float>> class431 BooleanDecoder(const uint8_t* data) in BooleanDecoder() function in armnn::BooleanDecoder434 BooleanDecoder() in BooleanDecoder() function in armnn::BooleanDecoder435 : BooleanDecoder(nullptr) {} in BooleanDecoder()
120 return std::make_unique<BooleanDecoder>(static_cast<const uint8_t*>(data)); in MakeDecoder()
125 class BooleanDecoder(IntegerDecoder): class1206 univ.Boolean.tagSet: BooleanDecoder(),