summaryrefslogtreecommitdiffstats
path: root/libavfilter/dnn
Commit message (Expand)AuthorAgeFilesLines
* avfilter/dnn: add a new interface to query dnn model's input infoGuo, Yejun2019-10-302-1/+55
* avfilter/dnn: get the data type of network output from dnn execution resultGuo, Yejun2019-10-305-3/+8
* dnn: add tf.nn.conv2d support for native modelGuo, Yejun2019-10-303-11/+29
* avfilter/dnn: unify the layer load function in native modeGuo, Yejun2019-10-1512-110/+135
* avfilter/dnn: unify the layer execution function in native modeGuo, Yejun2019-10-1513-39/+97
* avfilter/dnn: add DLT prefix for enum DNNLayerType to avoid potential conflictsGuo, Yejun2019-10-153-20/+27
* libavfilter/dnn: support multiple outputs for native modeGuo, Yejun2019-09-202-11/+34
* libavfilter/dnn/dnn_backend_native: find the input operand according to input...Guo, Yejun2019-09-201-16/+23
* libavfilter/dnn: add layer maximum for native mode.Guo, Yejun2019-09-206-5/+181
* avfilter/dnn: fix inclusion guard in dnn/dnn_backend_native_layer_depth2space.hMarton Balint2019-09-191-2/+2
* libavfilter/dnn: separate depth_to_space layer from dnn_backend_native.c to a...Guo, Yejun2019-09-196-47/+113
* libavfilter/dnn: separate conv2d layer from dnn_backend_native.c to a new fileGuo, Yejun2019-09-196-92/+143
* libavfilter/dnn: add header into native model fileGuo, Yejun2019-09-041-2/+41
* dnn: export operand info in python script and load in c codeGuo, Yejun2019-08-302-11/+40
* dnn: change .model file format to put layer number at the end of fileGuo, Yejun2019-08-301-0/+2
* dnn: introduce dnn operand (in c code) to hold operand infos within networkGuo, Yejun2019-08-304-121/+187
* lavfi/dnn/dnn_backend_native: fix memory leak in error pathJun Zhao2019-08-201-0/+4
* libavfilter/dnn/dnn_backend_tf: add tf.pad support for tensorflow backend wit...Guo, Yejun2019-08-191-29/+19
* libavfilter/dnn/dnn_backend_tf: fix typo that variable uninitialized.Guo, Yejun2019-08-191-0/+1
* dnn: convert tf.pad to native model in python script, and load/execute it in ...Guo, Yejun2019-07-292-1/+36
* dnn: add layer pad which is equivalent to tf.padGuo, Yejun2019-07-293-0/+252
* libavfilter/dnn: move dnn files from libavfilter to libavfilter/dnnGuo, Yejun2019-07-266-0/+1173
OpenPOWER on IntegriCloud