Home
last modified time | relevance | path

Searched defs:check_graph (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dop_selector.py131 def make_list_of_t(ts, check_graph=True, allow_graph=True, ignore_ops=False): argument
194 def make_list_of_op(tops, check_graph=True, allow_graph=True, ignore_ts=False): argument
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_ctx_manager.py1301 def check_graph(actual, expected): function
H A Dtest_subclasses.py2457 def check_graph(gm, *args): function
/aosp_15_r20/external/pytorch/test/export/
H A Dtest_serialize.py525 def check_graph( member in TestDeserialize
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dir.cpp641 void check_graph() { in lint() function