aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python
Commit message (Expand)AuthorAgeFilesLines
* convert_from_tensorflow.py: add support when kernel size is 1*1 with one inpu...Guo, Yejun2019-12-131-1/+4
* dnn: add tf.nn.conv2d support for native modelGuo, Yejun2019-10-302-7/+51
* libavfilter/dnn: add layer maximum for native mode.Guo, Yejun2019-09-202-2/+17
* libavfilter/dnn: add header into native model fileGuo, Yejun2019-09-042-0/+29
* dnn: export operand info in python script and load in c codeGuo, Yejun2019-08-301-10/+101
* dnn: change .model file format to put layer number at the end of fileGuo, Yejun2019-08-301-11/+1
* convert_from_tensorflow.py: support conv2d with dilationGuo, Yejun2019-08-151-21/+59
* convert_from_tensorflow.py: add option to dump graph for visualization in ten...Guo, Yejun2019-08-152-7/+12
* dnn: convert tf.pad to native model in python script, and load/execute it in ...Guo, Yejun2019-07-291-5/+18
* tools/python: add script to convert TensorFlow model (.pb) to native model (....Guo, Yejun2019-07-012-0/+253