summaryrefslogtreecommitdiff
path: root/libavfilter/dnn
Commit message (Expand)AuthorAge
* libavfilter/dnn: support multiple outputs for native modeGuo, Yejun2019-09-20
* libavfilter/dnn/dnn_backend_native: find the input operand according to input...Guo, Yejun2019-09-20
* libavfilter/dnn: add layer maximum for native mode.Guo, Yejun2019-09-20
* avfilter/dnn: fix inclusion guard in dnn/dnn_backend_native_layer_depth2space.hMarton Balint2019-09-19
* libavfilter/dnn: separate depth_to_space layer from dnn_backend_native.c to a...Guo, Yejun2019-09-19
* libavfilter/dnn: separate conv2d layer from dnn_backend_native.c to a new fileGuo, Yejun2019-09-19
* libavfilter/dnn: add header into native model fileGuo, Yejun2019-09-04
* dnn: export operand info in python script and load in c codeGuo, Yejun2019-08-30
* dnn: change .model file format to put layer number at the end of fileGuo, Yejun2019-08-30
* dnn: introduce dnn operand (in c code) to hold operand infos within networkGuo, Yejun2019-08-30
* lavfi/dnn/dnn_backend_native: fix memory leak in error pathJun Zhao2019-08-20
* libavfilter/dnn/dnn_backend_tf: add tf.pad support for tensorflow backend wit...Guo, Yejun2019-08-19
* libavfilter/dnn/dnn_backend_tf: fix typo that variable uninitialized.Guo, Yejun2019-08-19
* dnn: convert tf.pad to native model in python script, and load/execute it in ...Guo, Yejun2019-07-29
* dnn: add layer pad which is equivalent to tf.padGuo, Yejun2019-07-29
* libavfilter/dnn: move dnn files from libavfilter to libavfilter/dnnGuo, Yejun2019-07-26