/aosp_15_r20/external/pytorch/torch/csrc/dynamo/ |
H A D | cache_entry.h | 41 py::object check_fn; member
|
H A D | extra_state.cpp | 166 py::handle check_fn = py::handle(guarded_code).attr("check_fn"); in create_cache_entry() local
|
/aosp_15_r20/external/pytorch/test/distributed/ |
H A D | test_data_parallel.py | 816 def __init__(self, data, check_fn): argument 830 def check_fn(self_): function
|
H A D | test_dynamo_distributed.py | 574 check_fn = lambda submodule: isinstance( # noqa: E731 function 744 check_fn = lambda submodule: isinstance( # noqa: E731 function
|
/aosp_15_r20/external/pytorch/test/inductor/ |
H A D | test_profiler.py | 116 def check_fn(): function
|
/aosp_15_r20/external/pytorch/benchmarks/dynamo/ |
H A D | dist_util.py | 121 def check_fn(submodule): function
|
/aosp_15_r20/external/pytorch/torch/jit/ |
H A D | annotations.py | 181 def check_fn(fn, loc): function
|
/aosp_15_r20/external/pytorch/torch/distributed/algorithms/_checkpoint/ |
H A D | checkpoint_wrapper.py | 252 check_fn=lambda _: True, argument
|
/aosp_15_r20/external/pytorch/test/distributed/fsdp/ |
H A D | test_checkpoint_wrapper.py | 247 def check_fn(l): function
|
H A D | test_fsdp_meta.py | 132 def check_fn(k): function
|
/aosp_15_r20/external/toolchain-utils/toolchain_utils_githooks/ |
H A D | check-presubmit.py | 1047 def run_check(check_fn): argument
|
H A D | check-presubmit | 1047 def run_check(check_fn): argument
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/arm64/abi/ |
H A D | syscall-abi.c | 316 typedef int (*check_fn)(struct syscall_cfg *cfg, int sve_vl, int sme_vl, typedef
|
/aosp_15_r20/external/tensorflow/tensorflow/python/compiler/tensorrt/ |
H A D | trt_convert_test.py | 391 def _CheckTrtOps(self, concrete_func, check_fn=None, num_engines=1): argument
|
/aosp_15_r20/external/libpng/contrib/tools/ |
H A D | genpng.c | 179 shape_fn_ptr check_fn; member
|
/aosp_15_r20/packages/providers/MediaProvider/jni/ |
D | node_test.cpp | 486 auto check_fn = [&](const node* lhs_node, const node* rhs_node) { in TEST_F() local
|
/aosp_15_r20/external/pytorch/torch/nested/_internal/ |
H A D | ops.py | 110 def check_fn(x, is_optional=is_optional): function
|
/aosp_15_r20/system/apex/apexd/ |
H A D | apexd.cpp | 727 auto check_fn = [&](const std::vector<std::string>& mount_points) in VerifyPackagesStagedInstall() local 3369 auto check_fn = in VerifyPackageNonStagedInstall() local
|
/aosp_15_r20/external/pytorch/torch/_inductor/ |
H A D | pattern_matcher.py | 1231 def check_fn(match: Match) -> bool: function
|
/aosp_15_r20/external/dtc/ |
H A D | checks.c | 29 typedef void (*check_fn)(struct check *c, struct dt_info *dti, struct node *node); typedef
|
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/ |
H A D | pywrap_tfe_src.cc | 231 #define PARSE_VALUE(fn_name, type, check_fn, parse_fn) \ argument
|