netrans/bin/vxcode/template/trial/vnn_post_process.h.template

13 lines
422 B
Plaintext

/****************************************************************************
* Generated by NETRANS #NETRANS_VERSION#
* Match ovxlib #OVXLIB_VERSION#
*
* Neural Network appliction post-process header file
****************************************************************************/
#ifndef _VNN_POST_PROCESS_H_
#define _VNN_POST_PROCESS_H_
vsi_status vnn_PostProcess#NETWORK_NAME#(vsi_nn_graph_t *graph);
#endif