Home
last modified time | relevance | path

Searched refs:BooleanDecoderBool (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/armnn/src/backends/reference/workloads/
H A DBaseIterator.hpp460 class BooleanDecoderBool : public TypedIterator<const uint8_t, Decoder<bool>> class
463 BooleanDecoderBool(const uint8_t* data) in BooleanDecoderBool() function in armnn::BooleanDecoderBool
466 BooleanDecoderBool() in BooleanDecoderBool() function in armnn::BooleanDecoderBool
467 : BooleanDecoderBool(nullptr) {} in BooleanDecoderBool()
H A DDecoders.hpp138 return std::make_unique<BooleanDecoderBool>(static_cast<const uint8_t*>(data)); in MakeDecoder()