Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/core/
H A DSymNodeImpl.h126 virtual SymNode sym_ite(const SymNode& then_val, const SymNode& else_val) { in sym_ite() function
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_symnode.h277 c10::SymNode sym_ite(const c10::SymNode& other, const c10::SymNode& third) in sym_ite() function
/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dsym_node.py380 def sym_ite(self, then_val, else_val) -> "SymNode": member in SymNode
/aosp_15_r20/external/pytorch/torch/
H A D__init__.py879 def sym_ite(b, t, f): function