-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Labels
security-trackerGroup bringing to attention of security, or tracked by the security Group but not needing response.Group bringing to attention of security, or tracked by the security Group but not needing response.
Description
Some way to help implementors validate that data is being passed correctly between nodes in the computation graph, has the expected sizes, etc.
Perhaps a little language which describes the required sizes/shapes and can be used to create checks that can be enforced as a graph is constructed, and as a graph is executed.
e.g. fields for ops which indicate:
Does it change input/output tensor contents?
Does it change input/output tensor sizes?
Can the input tensor be the output tensor?
Shape of the input, shape of the output?
Constraints on other input parameters that can be turned into automatic checks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
security-trackerGroup bringing to attention of security, or tracked by the security Group but not needing response.Group bringing to attention of security, or tracked by the security Group but not needing response.