[FFmpeg-devel] [PATCH 1/2] dnn_backend_native_layer_mathunary: add ceil support

2020-07-28 Thread Mingyu Yin
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)):

[FFmpeg-devel] [PATCH 1/2] dnn_backend_native_layer_mathunary: add ceil support

2020-07-28 Thread Mingyu Yin
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)):