Home
last modified time | relevance | path

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

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