ML icon indicating copy to clipboard operation
ML copied to clipboard

Track initial tensor shapes and dtypes through variables

Open khatchad opened this issue 3 months ago • 0 comments

Per #267, we track initial tensor shapes from literal expressions. However, we also need to track them from non-literal expressions, such as function arguments and return values. This is important for correctly inferring shapes in cases where tensors are passed through functions.

khatchad avatar Nov 03 '25 17:11 khatchad