• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

tiny-dnn / tiny-dnn / 1043
70%

Build:
DEFAULT BRANCH: master
Ran 26 Nov 2016 04:12PM UTC
Jobs 3
Files 81
Run time 26s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1043

push

travis-ci

edgarriba
Subtle speed optimization (#419)

* test/test_core.h
  change type of variables cl_platform and cl_device from size_t to int to reduce warnings

tiny_dnn/layers/convolutional_layer.h
  change the way to set data to vector container

tiny_dnn/layers/layer.h
  reuse local variable diff to suppress heap memory allocation/deallocation (maybe futile...)
  only parallelize if size of data to process is big enough

tiny_dnn/layers/slice_layer.h
  remove supposedly garbled characters

tiny_dnn/optimizers/optimizer.h
  to control parallel_for.h `for_i` function, add 3rd argument `bool parallelize` to optimizer::update method

tiny_dnn/util/image.h
  remove implicit downcast warning by using holy C style casts

* optimize further by tuning up iterative call of activation function.

* add comment

* revert change in `test/test_core.h`

4181 of 5719 relevant lines covered (73.11%)

8568918.71 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1043.1 (USE_SSE=OFF USE_AVX=OFF USE_DOUBLE=OFF) 26 Nov 2016 04:12PM UTC 0
70.45
Travis Job 1043.1
2 1043.2 (USE_SSE=ON USE_AVX=ON USE_DOUBLE=OFF) 26 Nov 2016 04:12PM UTC 0
72.35
Travis Job 1043.2
3 1043.3 (USE_SSE=ON USE_AVX=ON USE_DOUBLE=ON) 26 Nov 2016 04:12PM UTC 0
70.72
Travis Job 1043.3
Source Files on build 1043
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1043
  • 8ac87a95 on github
  • Prev Build on master (#1037)
  • Next Build on master (#1049)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc