Home
last modified time | relevance | path

Searched defs:nested_int (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DNestedIntSymNodeImpl.h137 std::optional<int64_t> nested_int() override { in nested_int() function
/aosp_15_r20/external/pytorch/c10/core/
H A DSymNodeImpl.h214 virtual std::optional<int64_t> nested_int() { in nested_int() function
/aosp_15_r20/external/pytorch/torch/_subclasses/
H A Dmeta_utils.py478 nested_int: Optional[int] = None variable in MetaTensorDesc
/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dsym_node.py516 def nested_int(self): member in SymNode