/***  File Header  ************************************************************/
/**
* tfl_postprocess.h
*
* system setting - used throughout the system
* @author	   Shozo Fukuda
* @date	create Tue Jul 13 14:32:28 JST 2021
* System	   MINGW64/Windows 10<br>
*
*******************************************************************************/
#ifndef _TFL_POSTPROCESS_H
#define _TFL_POSTPROCESS_H

#include "tfl_interp.h"

/**************************************************************************}}}**
* 
***************************************************************************{{{*/
string non_max_suppression_multi_class(const string& args);

#endif /* _TFL_POSTPROCESS_H */
