]> git.sesse.net Git - ffmpeg/commit
avfilter/dnn/dnn_backend_tf: simplify the code with ff_hex_to_data
authorLimin Wang <lance.lmwang@gmail.com>
Wed, 28 Apr 2021 10:47:08 +0000 (18:47 +0800)
committerGuo, Yejun <yejun.guo@intel.com>
Thu, 29 Apr 2021 12:02:29 +0000 (20:02 +0800)
commitf183d6555e714e00b41aec728feb8a731826cbdc
treeec784e1efd0d7819d4a50338679c6c3e01eeb21d
parent4e8d22478bc854949a9adbda97348f2997e1dc8d
avfilter/dnn/dnn_backend_tf: simplify the code with ff_hex_to_data

please use tools/python/tf_sess_config.py to get the sess_config after that.
note the byte order of session config is in normal order.
bump the MICRO version for the config change.

Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
libavfilter/dnn/dnn_backend_tf.c
libavfilter/version.h
tools/python/tf_sess_config.py [new file with mode: 0644]