Hello! two questions.
1. I found that the struct of sTIDL_LayerParams_t has no tanh function, is this is supported in tidl?
2. I want to use yolov5 model with tidl, and the output of the model is not only cls_conf, cls_id,box, but also with other information following box(e.g cls_conf, cls_id, xywh, theta1, theta2). Then if I want to infer the model with tidl-type, what steps should I take?