Tensor stats migration#3440
Conversation
…rimental implementation
|
This PR is related to the issue #3041 and the changes implemented are:
Current status:
I noticed the experimental implementation is missing:
These components are widely used throughout the codebase (30+ files). Could you please advice if I should implement these missing components as part of the experimental implementation, or is there a different approach you would recommend? |
|
Hi @alexsu52 Sir, could you please have a look at the previous comment and advice me on how I should proceed? |
| InplaceInsertionFNType = TypeVar("InplaceInsertionFNType") | ||
| # AggregationAxes serves the same purpose as ReductionAxes in the old implementation | ||
| # but is defined here to break circular dependencies | ||
| AggregationAxes = Tuple[int, ...] |
There was a problem hiding this comment.
Will this help with cyclical dependencies?
| AggregationAxes = Tuple[int, ...] | |
| AggregationAxes = Tuple[int, ...] | |
| ReductionAxes = Tuple[int, ...] |
|
|
Hello, @darshil929 Thank you for your contribution! Unfortunately this ticket was recently closed by me here #3761 Anyway, thank you for your help and time! |


Changes
Reason for changes
Related tickets
Tests