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

tiny-dnn / tiny-dnn / 1043 / 1
70%
master: 70%

Build:
DEFAULT BRANCH: master
Ran 26 Nov 2016 04:12PM UTC
Files 77
Run time 4s
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

26 Nov 2016 04:02PM UTC coverage: 70.452% (+0.05%) from 70.404%
USE_SSE=OFF USE_AVX=OFF USE_DOUBLE=OFF

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`

3474 of 4931 relevant lines covered (70.45%)

3657715.23 hits per line

Source Files on job 1043.1 (USE_SSE=OFF USE_AVX=OFF USE_DOUBLE=OFF)
  • Tree
  • List 0
  • Changed 17
  • Source Changed 7
  • Coverage Changed 15
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1043
  • Travis Job 1043.1
  • 8ac87a95 on github
  • Prev Job for USE_SSE=OFF USE_AVX=OFF USE_DOUBLE=OFF on master (#1037.1)
  • Next Job for USE_SSE=OFF USE_AVX=OFF USE_DOUBLE=OFF on master (#1049.1)
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