You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Jun Zhao 1b0a8e48f1 lavfi/dnn/dnn_backend_native: fix memory leak in error path 6 years ago
..
Makefile dnn: add layer pad which is equivalent to tf.pad 6 years ago
dnn_backend_native.c lavfi/dnn/dnn_backend_native: fix memory leak in error path 6 years ago
dnn_backend_native.h dnn: convert tf.pad to native model in python script, and load/execute it in the c code. 6 years ago
dnn_backend_native_layer_pad.c dnn: add layer pad which is equivalent to tf.pad 6 years ago
dnn_backend_native_layer_pad.h dnn: add layer pad which is equivalent to tf.pad 6 years ago
dnn_backend_tf.c libavfilter/dnn/dnn_backend_tf: add tf.pad support for tensorflow backend with native model. 6 years ago
dnn_backend_tf.h
dnn_interface.c