aboutsummaryrefslogtreecommitdiffstats
path: root/tools/python/convert_from_tensorflow.py
Commit message (Expand)AuthorAgeFilesLines
* dnn/native: add native support for minimumGuo, Yejun2020-05-081-8/+3
* dnn/native: add native support for divideGuo, Yejun2020-04-221-2/+3
* dnn/native: add native support for 'mul'Guo, Yejun2020-04-221-1/+3
* dnn/native: add native support for 'add'Guo, Yejun2020-04-221-8/+7
* dnn_backend_native_layer_mathbinary: add sub supportGuo, Yejun2020-04-071-3/+52
* 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-301-5/+49
* libavfilter/dnn: add layer maximum for native mode.Guo, Yejun2019-09-201-1/+16
* libavfilter/dnn: add header into native model fileGuo, Yejun2019-09-041-0/+3
* 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-151-6/+7
* 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-011-0/+201