Searched refs:check_fn (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/python/tpu/tests/ |
D | tpu_embedding_v1_correctness_test.py | 182 check_fn = self._check_embedding_and_slot_variables_for_sgd 184 check_fn = self._check_embedding_and_slot_variables_for_adagrad 186 check_fn = self._check_embedding_and_slot_variables_for_adam 188 check_fn = self._check_embedding_and_slot_variables_for_ftrl 191 check_fn(embedding_table_user_before, gradients_wrt_user, optimizer, 193 check_fn(embedding_table_video_before, gradients_wrt_video, optimizer,
|
D | tpu_embedding_base_test.py | 464 check_fn = self._check_embedding_and_slot_variables_for_sgd 466 check_fn = self._check_embedding_and_slot_variables_for_adagrad 468 check_fn = self._check_embedding_and_slot_variables_for_adagrad_momentum 470 check_fn = self._check_embedding_and_slot_variables_for_adam 472 check_fn = self._check_embedding_and_slot_variables_for_ftrl 475 check_fn(embedding_table_user_before, gradients_wrt_user, optimizer, 477 check_fn(embedding_table_video_before, gradients_wrt_video, optimizer,
|
/external/linux-kselftest/tools/testing/selftests/arm64/abi/ |
D | syscall-abi.c | 211 typedef int (*check_fn)(struct syscall_cfg *cfg, int sve_vl); typedef 222 check_fn check;
|
/external/libpng/contrib/tools/ |
D | genpng.c | 179 shape_fn_ptr check_fn; member 302 switch (arg->check_fn(arg, x, y)) in alpha_calc() 682 arg->check_fn = shape_of(argv[2], arg->width, FN_CHECK); in parse_arg()
|
/external/toolchain-utils/toolchain_utils_githooks/ |
D | check-presubmit | 758 def run_check(check_fn): argument 759 name = check_fn.__name__ 762 return name, check_fn(toolchain_utils_root, pool, files)
|
D | check-presubmit.py | 758 def run_check(check_fn): argument 759 name = check_fn.__name__ 762 return name, check_fn(toolchain_utils_root, pool, files)
|
/external/tensorflow/tensorflow/python/compiler/tensorrt/ |
D | trt_convert_test.py | 391 def _CheckTrtOps(self, concrete_func, check_fn=None, num_engines=1): argument 397 if check_fn: 398 check_fn(node) 403 if check_fn: 404 check_fn(node)
|
/external/dtc/ |
D | checks.c | 29 typedef void (*check_fn)(struct check *c, struct dt_info *dti, struct node *node); typedef 33 check_fn fn;
|
/external/compiler-rt/lib/sanitizer_common/scripts/ |
D | cpplint.py | 3811 for check_fn in extra_check_functions: 3812 check_fn(filename, clean_lines, line, error)
|
/external/libaom/tools/ |
D | cpplint.py | 5821 for check_fn in extra_check_functions: 5822 check_fn(filename, clean_lines, line, error)
|
/external/google-styleguide/cpplint/ |
D | cpplint.py | 5824 for check_fn in extra_check_functions: 5825 check_fn(filename, clean_lines, line, error)
|
/external/libvpx/tools/ |
D | cpplint.py | 5821 for check_fn in extra_check_functions: 5822 check_fn(filename, clean_lines, line, error)
|
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tfe_src.cc | 231 #define PARSE_VALUE(fn_name, type, check_fn, parse_fn) \ argument 234 if (check_fn(py_value)) { \
|