Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DNestedIntSymNodeImpl.h68 c10::SymNode wrap_int(int64_t num) override { in wrap_int() function
/aosp_15_r20/external/pytorch/c10/core/
H A DSymNodeImpl.h166 virtual SymNode wrap_int(int64_t num) { in wrap_int() function
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_symnode.h40 c10::SymNode wrap_int(int64_t num) override { in wrap_int() function
/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dsym_node.py228 def wrap_int(self, num): member in SymNode