You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating a Variable or Parameter typically requires explicitly specifying what DeviceDescriptor it is intended to run on. This gets in the way of composition: when creating a model, the DeviceDescriptor needs to be passed in multiple times. Furthermore, it should be possible to create the entire function, and then only decide what DeviceDescriptor should be used, consistently across the whole workflow.
The text was updated successfully, but these errors were encountered:
Creating a
Variable
orParameter
typically requires explicitly specifying whatDeviceDescriptor
it is intended to run on. This gets in the way of composition: when creating a model, theDeviceDescriptor
needs to be passed in multiple times. Furthermore, it should be possible to create the entire function, and then only decide whatDeviceDescriptor
should be used, consistently across the whole workflow.The text was updated successfully, but these errors were encountered: