> -Original Message-
> From: ffmpeg-devel On Behalf Of Mingyu
> Yin
> Sent: 2020年8月3日 19:17
> To: ffmpeg-devel@ffmpeg.org
> Subject: [FFmpeg-devel] [v5] dnn_backend_native_layer_mathunary: add ceil
> support
>
> It can be tested with the model generat
It can be tested with the model generated with below python script:
import tensorflow as tf
import os
import numpy as np
import imageio
from tensorflow.python.framework import graph_util
name = 'ceil'
pb_file_path = os.getcwd()
if not os.path.exists(pb_file_path+'/{}_savemodel/'.format(name)):