Searched refs:BooleanDecoderBool (Results 1 – 2 of 2) sorted by relevance
460 class BooleanDecoderBool : public TypedIterator<const uint8_t, Decoder<bool>> class463 BooleanDecoderBool(const uint8_t* data) in BooleanDecoderBool() function in armnn::BooleanDecoderBool466 BooleanDecoderBool() in BooleanDecoderBool() function in armnn::BooleanDecoderBool467 : BooleanDecoderBool(nullptr) {} in BooleanDecoderBool()
138 return std::make_unique<BooleanDecoderBool>(static_cast<const uint8_t*>(data)); in MakeDecoder()