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

tiny-dnn / tiny-dnn / 1029
70%

Build:
DEFAULT BRANCH: master
Ran 22 Nov 2016 12:35PM UTC
Jobs 3
Files 81
Run time 1min
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
1029

push

travis-ci

nyanp
Tensor (reprise) (#411)

* add Tensor class for CPU mode

* move data pointer to unique_ptr and fix data accessors

* transfer tensor data to device

* rename members, add fromDevice() and accessors methods

* convert to templated class

* refactor constructor and minor changes

* implement make_unique

* fix zero-overhead accessor

* initialize vector with aligned data

* refactor and add more accessor tests

* avoid copy when return shape()

* update fromDevice() routine

* update licence header and fix bound check

* implement fill routine

* implement element-wise add, sub, mul, div

* add move semantics

* add shape checking in element-wise operations

* removing throw exception, adding assert instead

* add std::numeric_limit<U>::min() to avoid zero division

* Add linspace to tensor

* Add sqrt to tensor

* Add exp to tensor

* codestyle

* disable move constructor for VS2013 compilers

* fix typo errors in tests

* fix tensor operations tests to avoid fp related problems

* add more tests to handle tensor shape mismatch

* fix zero division issue

* fix sqrt error for negative numbers

* add destructor,copy ctors, and code cleaning

* remove small value sum in div

* fix tests precision

* workaround solution for unique_ptr in move/copy ctors

* Proposal for tensor

* - renamed private method resize to public reshape
- moved checks to toDevice/fromDevice
- moved operations to non-member functions (layer_*), except fill
- fixed tests

* convert to templated class

* avoid copy when return shape()

* update fromDevice() routine

* implement element-wise add, sub, mul, div

* Proposal for tensor

* Fixing errors revealed by travis

* Fixed VS2012 mistake

* Fixed VS2012 mistake again

4173 of 5715 relevant lines covered (73.02%)

8582801.18 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1029.1 (USE_SSE=OFF USE_AVX=OFF USE_DOUBLE=OFF) 22 Nov 2016 12:35PM UTC 0
70.35
Travis Job 1029.1
2 1029.2 (USE_SSE=ON USE_AVX=ON USE_DOUBLE=OFF) 22 Nov 2016 12:36PM UTC 0
72.26
Travis Job 1029.2
3 1029.3 (USE_SSE=ON USE_AVX=ON USE_DOUBLE=ON) 22 Nov 2016 12:36PM UTC 0
70.62
Travis Job 1029.3
Source Files on build 1029
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1029
  • 224843ef on github
  • Prev Build on master (#1020)
  • Next Build on master (#1032)
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