doc-ai / tensorio-android

TensorIO for Android
2 stars 6 forks source link

Support for boosted trees and scalar values #200

Closed phildow closed 3 years ago

phildow commented 3 years ago

Boosted tree models just require that we bump to the latest build of TF (0.7.0)

Scalar support requires updates to the LayerInterface and data converters for each supported backend, but we just re-use the existing code for Vector layers almost verbatim. The real work of handling scalar values falls to the underlying TF dep.