Home
last modified time | relevance | path

Searched defs:box_ptr (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/runtime/CPP/functions/
H A DCPPDetectionPostProcessLayer.cpp140 const auto box_ptr = reinterpret_cast<const qasymm8_t *>(box_it.ptr()); in DecodeCenterSizeBoxes() local
156 const auto box_ptr = reinterpret_cast<const qasymm8_signed_t *>(box_it.ptr()); in DecodeCenterSizeBoxes() local
172 const auto box_ptr = reinterpret_cast<const float *>(box_it.ptr()); in DecodeCenterSizeBoxes() local
/aosp_15_r20/external/rust/android-crates-io/crates/bytemuck/src/
Dallocation.rs195 let box_ptr: *mut A = Box::into_raw(input) as *mut A; in try_cast_slice_box() localVariable
201 let box_ptr: *mut [A] = Box::into_raw(input); in try_cast_slice_box() localVariable
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/bytemuck-1.15.0/src/
H A Dallocation.rs185 let box_ptr: *mut A = Box::into_raw(input) as *mut A; in try_cast_slice_box() localVariable
191 let box_ptr: *mut [A] = Box::into_raw(input); in try_cast_slice_box() localVariable