Home
last modified time | relevance | path

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

/aosp_15_r20/external/armnn/python/pyarmnn/examples/common/
H A Dcv_utils.py35 resized_frame = resize_with_aspect_ratio(frame, input_data_shape)
55 def resize_with_aspect_ratio(frame: np.ndarray, input_data_shape: tuple): function