Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/core/
H A DSymNodeImpl.h211 virtual std::string _graph_repr() { in _graph_repr() function
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpython_symnode.h158 std::string _graph_repr() override { in _graph_repr() function
/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dsym_node.py278 def _graph_repr(self) -> builtins.str: member in SymNode