Home
last modified time | relevance | path

Searched defs:skip_check (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_activation_checkpointing.py129 def _validate(self, fn, backend, *args, skip_check=False, fullgraph=True): argument
H A Dtest_higher_order_ops.py6272 def _validate(self, fn, backend, *args, skip_check=False, fullgraph=True): argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/
H A Dimpl.cpp2175 bool skip_check = !schema || in verify_inputs_dont_overlap_outputs() local
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc6397 auto skip_check = get_allow_unknown(pool_) && in CrossLinkField() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.cc6391 auto skip_check = get_allow_unknown(pool_) && in CrossLinkField() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_jit.py295 def get_grad_executor(plan_state, diff_graph_idx=None, skip_check=False): argument
320 def backward_graph(script_module, diff_graph_idx=None, skip_check=False): argument