package op
Type Members
-
trait
OpModel[Context, M] extends AnyRef
Type class for serializing/deserializing ML models to Bundle.ML.
Type class for serializing/deserializing ML models to Bundle.ML.
- Context
context for implementation
- M
Scala class of the ML model
-
trait
OpNode[Context, N, M] extends AnyRef
Type class for serializing/deserializing Bundle.ML graph nodes.
Type class for serializing/deserializing Bundle.ML graph nodes.
Nodes are used to represent a data processing function in a Bundle.ML graph. Nodes connect data fields being processed to the underlying ML models that know how to transform the data.