summaryrefslogtreecommitdiff
path: root/tools/python
Commit message (Expand)AuthorAgeFilesLines
* dnn_backend_native_layer_mathunary: add abs supportTing Fu2020-05-282-2/+16
* dnn/native: add native support for minimumGuo, Yejun2020-05-082-9/+4
* dnn/native: add native support for divideGuo, Yejun2020-04-222-3/+4
* dnn/native: add native support for 'mul'Guo, Yejun2020-04-222-2/+4
* dnn/native: add native support for 'add'Guo, Yejun2020-04-222-9/+8
* dnn_backend_native_layer_mathbinary: add sub supportGuo, Yejun2020-04-072-4/+53
* 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