Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/
H A Dhub.py223 skip_validation=False, argument
425 skip_validation=False, argument
494 def help(github, model, force_reload=False, skip_validation=False, trust_repo=None): argument
557 skip_validation=False, argument
/aosp_15_r20/external/googleapis/google/cloud/clouddms/v1/
H A Dclouddms.proto682 bool skip_validation = 2 [(google.api.field_behavior) = OPTIONAL]; field
735 bool skip_validation = 2 [(google.api.field_behavior) = OPTIONAL]; field
913 bool skip_validation = 6 [(google.api.field_behavior) = OPTIONAL]; field
944 bool skip_validation = 5 [(google.api.field_behavior) = OPTIONAL]; field
999 bool skip_validation = 5 [(google.api.field_behavior) = OPTIONAL]; field
/aosp_15_r20/external/openscreen/build/code_coverage/
H A Dmerge_lib.py233 skip_validation=False): argument
/aosp_15_r20/external/cronet/testing/merge_scripts/code_coverage/
H A Dmerge_lib.py247 skip_validation=False, argument
/aosp_15_r20/external/cronet/net/http/
H A Dhttp_cache_transaction.cc2715 bool skip_validation = (required_validation == VALIDATION_NONE); in BeginCacheValidation() local