Files
tinygrad/tinygrad/shape
chenyuandGitHub 7ba4938510 simplify View.permute arg check [run_process_replay] (#5218)
it checks if `axis` is a valid permutation, which is the same as `sorted(axis) == list(range(len(self.shape)))`
2024-06-28 16:18:46 -04:00
..
2024-06-18 19:48:18 -04:00
2024-06-25 19:49:21 -07:00