Home
last modified time | relevance | path

Searched defs:assertGraphContains (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/utils/
H A Dtesting.py129 def assertGraphContains(self, op_regex, n): member in AutoGraphTestCase
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Djit_utils.py295 def assertGraphContains(self, graph, kind, consider_subgraphs=False): member in JitTestCase