Searched refs:CallMethodKey (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/pytorch/torch/fx/passes/ |
H A D | runtime_assert.py | 99 CallMethodKey, 419 and isinstance(keypath[0], CallMethodKey) 444 elif isinstance(keypath[0], CallMethodKey):
|
/aosp_15_r20/external/pytorch/docs/source/ |
H A D | fx.experimental.rst | 30 CallMethodKey
|
/aosp_15_r20/external/pytorch/torch/fx/experimental/ |
H A D | symbolic_shapes.py | 549 class CallMethodKey: class 630 a.size(), path + (CallMethodKey("size"),), 636 a.stride(), path + (CallMethodKey("stride"),), 642 a.storage_offset(), path + (CallMethodKey("storage_offset"),),
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | ir.py | 52 CallMethodKey, 5352 and isinstance(keypath[0], CallMethodKey) 5358 elif isinstance(keypath[0], CallMethodKey):
|