You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Guo, Yejun
dff39ea9f0
dnn: add tf.nn.conv2d support for native model
...
Unlike other tf.*.conv2d layers, tf.nn.conv2d does not create many
nodes (within a scope) in the graph, it just acts like other layers.
tf.nn.conv2d only creates one node in the graph, and no internal
nodes such as 'kernel' are created.
The format of native model file is also changed, a flag named
has_bias is added, so change the version number.
Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
5 years ago
..
python
dnn: add tf.nn.conv2d support for native model
5 years ago
.gitignore
Merge commit '257f00ec1ab06a2a161f535036c6512f3fc8e801'
9 years ago
Makefile
tools: Add fuzzer for demuxers
6 years ago
aviocat.c
tools/aviocat: add verbose mode.
5 years ago
bisect-create
Remove the ffserver program
7 years ago
bookmarklets.html
tools/bookmarklets: HTML code fixes
9 years ago
cl2c
tools/cl2c: Add a copyright header
7 years ago
clean-diff
…
coverity.c
tools/coverity: Add model for av_realloc
8 years ago
crypto_bench.c
tools/crypto_bench: update the comment about build command
6 years ago
cws2fws.c
Merge commit '30dfc1dad4285e7362ce3f596d7c5d5d9b7fb33d'
10 years ago
dvd2concat
fix some a/an typos
9 years ago
enum_options.c
lav*,tests: remove several register_all calls
7 years ago
ffescape.c
…
ffeval.c
tools/ffeval: print computed value even in case of error
11 years ago
ffhash.c
tools/ffhash: read errno before calling functions which might change it
10 years ago
fourcc2pixfmt.c
tools/fourcc2pixfmt: fix usages of av_get_codec_tag_string()
8 years ago
gen-rc
tools/: Add gen-rc tool for generating Windows resource files
11 years ago
graph2dot.c
lav*,tests: remove several register_all calls
7 years ago
ismindex.c
lav*,tests: remove several register_all calls
7 years ago
libav-merge-next-commit
doc: move out merge script to tools
8 years ago
loudnorm.rb
tools: add loudnorm script example to use loudnorm
8 years ago
make_chlayout_test
…
missing_codec_desc
lavc: add codec descriptors for TTF and OTF.
11 years ago
murge
doc&tools: Add murge script, for analyzing 3 way conflicts.
8 years ago
normalize.py
tools/normalize.py: both input and output file names are required
10 years ago
patcheck
tools/patcheck: remove gcc-2.95 compat check
5 years ago
pktdumper.c
lav*,tests: remove several register_all calls
7 years ago
plotframes
…
probetest.c
lav*,tests: remove several register_all calls
7 years ago
qt-faststart.c
tools/qt-faststart: Allow free atoms after moov atom.
6 years ago
seek_print.c
lav*,tests: remove several register_all calls
7 years ago
sidxindex.c
lav*,tests: remove several register_all calls
7 years ago
sofa2wavs.c
tools/sofa2wavs: add license header
8 years ago
target_dec_fate.list
tools/target_dec_fate.list: add issues 4000 to 6000
6 years ago
target_dec_fate.sh
tools/target_dec_fate.sh: Add support for lines that are comments
6 years ago
target_dec_fuzzer.c
tools/target_dec_fuzzer: Adjust threshold for CFHD
5 years ago
target_dem_fuzzer.c
tools/target_dem_fuzzer: ignore avformat_find_stream_info() failure
5 years ago
trasher.c
tools/trasher: Check fseek returns
10 years ago
uncoded_frame.c
lav*,tests: remove several register_all calls
7 years ago
unwrap-diff
…
yuvcmp.c
tools/yuvcmp: add HAVE_UNISTD_H around #include <unistd.h>
11 years ago
zmqsend.c
tools/zmqsend: Avoid mem copy past the end of input buffer
5 years ago
zmqshell.py
…