| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/dnn: unify the layer execution function in native mode | Guo, Yejun | 2019-10-15 | 13 | -39/+97 |
* | avfilter/dnn: add DLT prefix for enum DNNLayerType to avoid potential conflicts | Guo, Yejun | 2019-10-15 | 3 | -20/+27 |
* | libavfilter/dnn: support multiple outputs for native mode | Guo, Yejun | 2019-09-20 | 2 | -11/+34 |
* | libavfilter/dnn/dnn_backend_native: find the input operand according to input... | Guo, Yejun | 2019-09-20 | 1 | -16/+23 |
* | libavfilter/dnn: add layer maximum for native mode. | Guo, Yejun | 2019-09-20 | 6 | -5/+181 |
* | avfilter/dnn: fix inclusion guard in dnn/dnn_backend_native_layer_depth2space.h | Marton Balint | 2019-09-19 | 1 | -2/+2 |
* | libavfilter/dnn: separate depth_to_space layer from dnn_backend_native.c to a... | Guo, Yejun | 2019-09-19 | 6 | -47/+113 |
* | libavfilter/dnn: separate conv2d layer from dnn_backend_native.c to a new file | Guo, Yejun | 2019-09-19 | 6 | -92/+143 |
* | libavfilter/dnn: add header into native model file | Guo, Yejun | 2019-09-04 | 1 | -2/+41 |
* | dnn: export operand info in python script and load in c code | Guo, Yejun | 2019-08-30 | 2 | -11/+40 |
* | dnn: change .model file format to put layer number at the end of file | Guo, Yejun | 2019-08-30 | 1 | -0/+2 |
* | dnn: introduce dnn operand (in c code) to hold operand infos within network | Guo, Yejun | 2019-08-30 | 4 | -121/+187 |
* | lavfi/dnn/dnn_backend_native: fix memory leak in error path | Jun Zhao | 2019-08-20 | 1 | -0/+4 |
* | libavfilter/dnn/dnn_backend_tf: add tf.pad support for tensorflow backend wit... | Guo, Yejun | 2019-08-19 | 1 | -29/+19 |
* | libavfilter/dnn/dnn_backend_tf: fix typo that variable uninitialized. | Guo, Yejun | 2019-08-19 | 1 | -0/+1 |
* | dnn: convert tf.pad to native model in python script, and load/execute it in ... | Guo, Yejun | 2019-07-29 | 2 | -1/+36 |
* | dnn: add layer pad which is equivalent to tf.pad | Guo, Yejun | 2019-07-29 | 3 | -0/+252 |
* | libavfilter/dnn: move dnn files from libavfilter to libavfilter/dnn | Guo, Yejun | 2019-07-26 | 6 | -0/+1173 |