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

couchbase / couchbase-lite-ios / 73
75%

Build:
DEFAULT BRANCH: master
Ran 22 Feb 2019 09:14PM UTC
Jobs 1
Files 107
Run time 20min
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
73

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

13728 of 17150 relevant lines covered (80.05%)

518.28 hits per line

Jobs
ID Job ID Ran Files Coverage
1 73.1 (SCHEME="CBL ObjC") 22 Feb 2019 09:14PM UTC 0
80.04
Travis Job 73.1
Source Files on build 73
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #73
  • 49a897f4 on github
  • Prev Build on master (#67)
  • Next Build on master (#74)
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