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