Home
last modified time | relevance | path

Searched refs:check_fn (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/python/tpu/tests/
Dtpu_embedding_v1_correctness_test.py182 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,
Dtpu_embedding_base_test.py464 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/
Dsyscall-abi.c211 typedef int (*check_fn)(struct syscall_cfg *cfg, int sve_vl); typedef
222 check_fn check;
/external/libpng/contrib/tools/
Dgenpng.c179 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/
Dcheck-presubmit758 def run_check(check_fn): argument
759 name = check_fn.__name__
762 return name, check_fn(toolchain_utils_root, pool, files)
Dcheck-presubmit.py758 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/
Dtrt_convert_test.py391 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/
Dchecks.c29 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/
Dcpplint.py3811 for check_fn in extra_check_functions:
3812 check_fn(filename, clean_lines, line, error)
/external/libaom/tools/
Dcpplint.py5821 for check_fn in extra_check_functions:
5822 check_fn(filename, clean_lines, line, error)
/external/google-styleguide/cpplint/
Dcpplint.py5824 for check_fn in extra_check_functions:
5825 check_fn(filename, clean_lines, line, error)
/external/libvpx/tools/
Dcpplint.py5821 for check_fn in extra_check_functions:
5822 check_fn(filename, clean_lines, line, error)
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc231 #define PARSE_VALUE(fn_name, type, check_fn, parse_fn) \ argument
234 if (check_fn(py_value)) { \