Home
last modified time | relevance | path

Searched defs:sym_or (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/c10/core/
H A DSymNodeImpl.h117 virtual SymNode sym_or(const SymNode& other) { in sym_or() function
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_symnode.h273 c10::SymNode sym_or(const c10::SymNode& other) override { in sym_or() function
/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dsym_node.py402 def sym_or(self, other): member in SymNode