/* * Copyright 2019-2020, Synopsys, Inc. * All rights reserved. * * This source code is licensed under the BSD-3-Clause license found in * the LICENSE file in the root directory of this source tree. * */ /** * @file MLI Library API * * @brief This header includes all necessary files for using MLI Library */ #ifndef _MLI_API_H_ #define _MLI_API_H_ #include "mli_types.h" #include "api/mli_helpers_api.h" #include "api/mli_kernels_api.h" #include "api/mli_mov_api.h" #endif //#ifndef _MLI_API_H_