File size: 638 Bytes
747451d | 1 2 3 4 5 6 7 8 9 10 11 | # /*---------------------------------------------------------------------------------------------
# * Copyright (c) 2022 STMicroelectronics.
# * All rights reserved.
# * This software is licensed under terms that can be found in the LICENSE file in
# * the root directory of this software component.
# * If no LICENSE file comes with this software, it is provided AS-IS.
# *--------------------------------------------------------------------------------------------*/
from .onnx_evaluation import predict_onnx, count_onnx_parameters, model_is_quantized, predict_onnx_batch
from .on_target_evaluation import gen_load_val
|