| Commit message (Expand) | Author | Age | Files | Lines |
* | convert_from_tensorflow.py: add support when kernel size is 1*1 with one inpu... | Guo, Yejun | 2019-12-13 | 1 | -1/+4 |
* | dnn: add tf.nn.conv2d support for native model | Guo, Yejun | 2019-10-30 | 2 | -7/+51 |
* | libavfilter/dnn: add layer maximum for native mode. | Guo, Yejun | 2019-09-20 | 2 | -2/+17 |
* | libavfilter/dnn: add header into native model file | Guo, Yejun | 2019-09-04 | 2 | -0/+29 |
* | dnn: export operand info in python script and load in c code | Guo, Yejun | 2019-08-30 | 1 | -10/+101 |
* | dnn: change .model file format to put layer number at the end of file | Guo, Yejun | 2019-08-30 | 1 | -11/+1 |
* | convert_from_tensorflow.py: support conv2d with dilation | Guo, Yejun | 2019-08-15 | 1 | -21/+59 |
* | convert_from_tensorflow.py: add option to dump graph for visualization in ten... | Guo, Yejun | 2019-08-15 | 2 | -7/+12 |
* | dnn: convert tf.pad to native model in python script, and load/execute it in ... | Guo, Yejun | 2019-07-29 | 1 | -5/+18 |
* | tools/python: add script to convert TensorFlow model (.pb) to native model (.... | Guo, Yejun | 2019-07-01 | 2 | -0/+253 |