Searched defs:anchor_ptr (Results 1 – 3 of 3) sorted by relevance
141 const auto anchor_ptr = reinterpret_cast<const qasymm8_t *>(anchor_it.ptr()); in DecodeCenterSizeBoxes() local157 const auto anchor_ptr = reinterpret_cast<const qasymm8_signed_t *>(anchor_it.ptr()); in DecodeCenterSizeBoxes() local173 const auto anchor_ptr = reinterpret_cast<const float *>(anchor_it.ptr()); in DecodeCenterSizeBoxes() local
46 …const auto anchor_ptr = reinterpret_cast<T *>(anchors->ptr_to_element(Coordinates(0, anchor_of… in compute_all_anchors() local81 …const auto anchor_ptr = reinterpret_cast<int16_t *>(anchors->ptr_to_element(Coordinates(0, anc… in compute_all_anchors_qasymm16() local
26 static struct metadata_hash_anchor *anchor_ptr = NULL; variable