Home
last modified time | relevance | path

Searched defs:to_box (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/
H A Dframe_buffer_utils.cc178 BoundingBox to_box = from_box; in OrientBoundingBox() local
212 BoundingBox to_box = OrientBoundingBox(from_box, from_orientation, in OrientAndDenormalizeBoundingBox() local
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf/src/reflect/value/
Dvalue_ref.rs205 pub fn to_box(&self) -> ReflectValueBox { in to_box() method