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

couchbase / couchbase-lite-ios / 73 / 1
75%
master: 75%

Build:
DEFAULT BRANCH: master
Ran 22 Feb 2019 09:14PM UTC
Files 108
Run time 8min
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

22 Feb 2019 08:57PM UTC coverage: 80.044% (+0.03%) from 80.012%
SCHEME="CBL ObjC"

push

travis-ci

web-flow
Implement Core ML Predictive Model (#2366)

* Implement Core ML Predictive Model

* Automatically converted b/w CBL data and Core ML data when calling into the MLModel object to return prediction results. All Core ML data types including Int64, Double, String, Dictionary, MultiArray, Image, and Sequence are supported.

* When the MLObject has a single input and the input type is Image, CoreMLPredictiveModel will use Vision framework via the VNCoreMLModel to process the input image and call into the MLObject object to return the prediction result. If the condition doesn’t meet, the regular MLModel will be used.

* When using VNCoreMLModel, all VNObservation types including VNClassificationObservation, VNCoreMLFeatureValueObservation, and VNPixelBufferObservation are supported. However there is a limitation for supporting VNCoreMLFeatureValueObservation and VNPixelBufferObservation that the MLModel must return a single output as currently there is no way to map the result from VNCoreMLModel back to MLModel if the output are multiple.

* When converting blob data to VNPixelBuffer for an input image, only ARGB pixel format is currently supported. However this limitation is applied only when the VNCoreMLModel cannot be used.

#2282

13734 of 17158 relevant lines covered (80.04%)

518.04 hits per line

Source Files on job 73.1 (SCHEME="CBL ObjC")
  • Tree
  • List 0
  • Changed 11
  • Source Changed 11
  • Coverage Changed 11
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 45
  • Travis Job 73.1
  • 49a897f4 on github
  • Prev Job for SCHEME="CBL ObjC" on master (#67.1)
  • Next Job for SCHEME="CBL ObjC" on master (#74.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