Home
last modified time | relevance | path

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

/external/armnn/python/pyarmnn/examples/common/
Dcv_utils.py32 resized_frame = resize_with_aspect_ratio(frame, input_binding_info)
43 def resize_with_aspect_ratio(frame: np.ndarray, input_binding_info: tuple): function