Searched refs:TensorPropertySource (Results 1 – 6 of 6) sorted by relevance
/external/pytorch/test/ |
D | test_dynamic_shapes.py | 1597 TensorPropertySource, 1612 TensorPropertySource( 1629 TensorPropertySource, 1632 src0 = TensorPropertySource( 1635 src2 = TensorPropertySource( 1638 src3 = TensorPropertySource( 1641 src4 = TensorPropertySource( 1645 src1 = TensorPropertySource( 1648 src7 = TensorPropertySource( 1652 src5 = TensorPropertySource( [all …]
|
/external/pytorch/torch/fx/experimental/ |
D | symbolic_shapes.py | 81 from torch._dynamo.source import TensorPropertySource 2989 from torch._dynamo.source import TensorPropertySource, TensorProperty 2997 TensorPropertySource(source, TensorProperty.SIZE, i), 3132 from torch._dynamo.source import TensorPropertySource, TensorProperty 3178 TensorPropertySource(source, TensorProperty.STRIDE, i), 3189 source=TensorPropertySource(source, TensorProperty.SIZE, i), 3199 … stride_expr, hint=ex_stride[i], source=TensorPropertySource(source, TensorProperty.STRIDE, i))) 3203 TensorPropertySource(source, TensorProperty.STORAGE_OFFSET), 3209 source=TensorPropertySource(source, TensorProperty.STORAGE_OFFSET)) 3749 from torch._dynamo.source import TensorPropertySource, TensorProperty [all …]
|
/external/pytorch/torch/_export/ |
D | non_strict_utils.py | 15 TensorPropertySource, 106 src = TensorPropertySource(base=source, prop=TensorProperty.SIZE, idx=i)
|
/external/pytorch/torch/_dynamo/ |
D | output_graph.py | 68 TensorPropertySource, 690 bind_symint(s, TensorPropertySource(src, TensorProperty.SIZE, i)) 693 bind_symint(s, TensorPropertySource(src, TensorProperty.STRIDE, i)) 696 TensorPropertySource(src, TensorProperty.STORAGE_OFFSET),
|
D | source.py | 286 class TensorPropertySource(ChainedSource): class
|
D | guards.py | 55 TensorPropertySource, 1804 TensorPropertySource(source, TensorProperty.SIZE, dim)
|