Skip to content

Commit 9abbbc2

Browse files
committed
merge
2 parents 29ecc85 + 3136a3b commit 9abbbc2

File tree

106 files changed

+2867
-9075
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+2867
-9075
lines changed

.npmignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
.rpt2_cache/
44
integration_tests/
55
scripts/
6-
src/
76
models/
87
coverage/
98
package/
@@ -21,3 +20,5 @@ ISSUE_TEMPLATE.md
2120
PULL_REQUEST_TEMPLATE.md
2221
rollup.config.js
2322
tsconfig.json
23+
.yalc/
24+
yalc.lock

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ node_js:
33
- '8'
44
- '10'
55
script:
6-
- if [ "$TO_TEST" = "regular" ]; then yarn test-benchmark && yarn test-travis; fi
6+
- if [ "$TO_TEST" = "regular" ]; then yarn test-travis; fi
77
- if [ "$TO_TEST" = "integration" ]; then yarn test-integration; fi
88
cache: yarn
99
git:

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"command": "yarn",
1919
"label": "build",
2020
"type": "shell",
21-
"args": ["build", "--pretty", "false"],
21+
"args": ["build", "--pretty", "false", "--noEmit"],
2222
"problemMatcher": [
2323
"$tsc"
2424
]
File renamed without changes.

integration_tests/benchmarks/README.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

integration_tests/benchmarks/batchnormalization3d_benchmark.ts

Lines changed: 0 additions & 67 deletions
This file was deleted.

integration_tests/benchmarks/benchmark_test.ts

Lines changed: 0 additions & 66 deletions
This file was deleted.

integration_tests/benchmarks/benchmark_travis.sh

Lines changed: 0 additions & 26 deletions
This file was deleted.

integration_tests/benchmarks/conv_benchmarks.ts

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)