| __class__ | taplib.tap.TensorAccessPattern | private |
| __eq__(self, other) | taplib.tap.TensorAccessPattern | |
| __init__(self, Sequence[int] tensor_dims, int offset, Sequence[int] sizes, Sequence[int] strides) | taplib.tap.TensorAccessPattern | |
| __ne__(self, other) | taplib.tap.TensorAccessPattern | |
| __str__(self) | taplib.tap.TensorAccessPattern | |
| _calculate_accesses(self, bool calc_order, bool calc_count) | taplib.tap.TensorAccessPattern | protected |
| _DTYPE | taplib.tap.TensorAccessPattern | protectedstatic |
| _offset | taplib.tap.TensorAccessPattern | protected |
| _sizes | taplib.tap.TensorAccessPattern | protected |
| _strides | taplib.tap.TensorAccessPattern | protected |
| _tensor_dims | taplib.tap.TensorAccessPattern | protected |
| access_count(self) | taplib.tap.TensorAccessPattern | |
| access_generator(self) | taplib.tap.TensorAccessPattern | |
| access_order(self) | taplib.tap.TensorAccessPattern | |
| accesses(self) | taplib.tap.TensorAccessPattern | |
| compare_access_orders(self, TensorAccessPattern other) | taplib.tap.TensorAccessPattern | |
| offset(self) | taplib.tap.TensorAccessPattern | |
| sizes(self) | taplib.tap.TensorAccessPattern | |
| strides(self) | taplib.tap.TensorAccessPattern | |
| tensor_dims(self) | taplib.tap.TensorAccessPattern | |
| transformation_dims(self) | taplib.tap.TensorAccessPattern | |
| visualize(self, bool|None show_arrows=None, str|None title=None, str|None file_path=None, bool show_plot=True, bool plot_access_count=False) | taplib.tap.TensorAccessPattern | |