This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/apache/incubator-mxnet in…
…to fix_imdecode
- Loading branch information
Showing
822 changed files
with
62,196 additions
and
15,669 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Codecov.io configuration file | ||
codecov: | ||
notify: | ||
require_ci_to_pass: yes | ||
|
||
coverage: | ||
precision: 2 | ||
round: down | ||
range: "70...100" | ||
|
||
status: | ||
project: yes | ||
patch: yes | ||
changes: no | ||
|
||
parsers: | ||
gcov: | ||
branch_detection: | ||
conditional: yes | ||
loop: yes | ||
method: no | ||
macro: no | ||
|
||
# Disable comments for now to gather data in the background | ||
comment: false | ||
# layout: "header, diff" | ||
# behavior: default | ||
# require_changes: no |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule dmlc-core
updated
16 files
+45 −34 | include/dmlc/data.h | |
+2 −1 | scripts/travis/travis_osx_install.sh | |
+99 −49 | src/data.cc | |
+9 −9 | src/data/basic_row_iter.h | |
+19 −9 | src/data/csv_parser.h | |
+15 −15 | src/data/disk_row_iter.h | |
+6 −6 | src/data/libfm_parser.h | |
+5 −5 | src/data/libsvm_parser.h | |
+19 −19 | src/data/parser.h | |
+17 −17 | src/data/row_block.h | |
+8 −8 | src/data/text_parser.h | |
+4 −1 | src/io/input_split_base.cc | |
+33 −0 | src/io/local_filesys.cc | |
+4 −4 | test/csv_parser_test.cc | |
+186 −0 | test/unittest/unittest_inputsplit.cc | |
+22 −5 | test/unittest/unittest_parser.cc |
Submodule mkldnn
updated
from b4137d to 0e7ca7
Submodule nnvm
deleted from
2bc514
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.