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

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

Build:
DEFAULT BRANCH: master
Ran 26 Nov 2016 04:12PM UTC
Files 81
Run time 3s
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: 72.347% (+0.04%) from 72.307%
USE_SSE=ON USE_AVX=ON 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`

4029 of 5569 relevant lines covered (72.35%)

2747305.16 hits per line

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