Home
last modified time | relevance | path

Searched refs:CallMethodKey (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/fx/passes/
H A Druntime_assert.py99 CallMethodKey,
419 and isinstance(keypath[0], CallMethodKey)
444 elif isinstance(keypath[0], CallMethodKey):
/aosp_15_r20/external/pytorch/docs/source/
H A Dfx.experimental.rst30 CallMethodKey
/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dsymbolic_shapes.py549 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 Dir.py52 CallMethodKey,
5352 and isinstance(keypath[0], CallMethodKey)
5358 elif isinstance(keypath[0], CallMethodKey):