Home
last modified time | relevance | path

Searched defs:is_nested_int (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DNestedIntSymNodeImpl.h60 bool is_nested_int() const override { in is_nested_int() function
/aosp_15_r20/external/pytorch/c10/core/
H A DSymNodeImpl.h42 virtual bool is_nested_int() const { in is_nested_int() function
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_symnode.h98 bool is_nested_int() const override { in is_nested_int() function
/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dsym_node.py220 def is_nested_int(self): member in SymNode
H A Dsymbolic_shapes.py468 def is_nested_int(s): function