Home
last modified time | relevance | path

Searched refs:all_mismatch_leaf_graph_info (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/test/onnx/
H A Dtest_verification.py246 mismatch_leaves = self.graph_info.all_mismatch_leaf_graph_info()
260 mismatch_leaves = self.graph_info.all_mismatch_leaf_graph_info()
286 mismatch_leaves = self.graph_info.all_mismatch_leaf_graph_info()
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dverification.py1065 for graph_info in self.graph_info.all_mismatch_leaf_graph_info()
1070 for graph_info in self.graph_info.all_mismatch_leaf_graph_info():
1253 def all_mismatch_leaf_graph_info(self) -> list[GraphInfo]: member in GraphInfo
1269 results += self.upper_graph_info.all_mismatch_leaf_graph_info()
1271 results += self.lower_graph_info.all_mismatch_leaf_graph_info()