WebAssembly / wasi-nn

Neural Network proposal for WASI
471 stars 36 forks source link

Add properties to a `graph` #80

Open abrown opened 3 months ago

abrown commented 3 months ago

This follows up on a long-standing discussion from the machine learning working group: a desire for some way to attach properties to an ML graph. The various ML backends implementing this have mechanisms for tweaking a model's behavior based on properties; this string-based approach seems the most flexible way to access this.