wasi-nn icon indicating copy to clipboard operation
wasi-nn copied to clipboard

Add properties to a `graph`

Open abrown opened this issue 1 year ago • 1 comments

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.

abrown avatar Aug 13 '24 22:08 abrown

Why are these attached to the graph not the execution context?

shschaefer avatar Dec 04 '24 17:12 shschaefer