Home
last modified time | relevance | path

Searched refs:check_function (Results 1 – 25 of 325) sorted by relevance

12345678910>>...13

/dports/misc/tvm/incubator-tvm-0.6.1/nnvm/tests/python/compiler/
H A Dtest_top_level1.py320 check_function(y, forward, backward,
322 check_function(y, forward, backward,
338 check_function(y, forward, backward,
340 check_function(y, forward, backward,
396 check_function(y, forward)
411 check_function(y, forward)
436 check_function(y, test_forward)
462 check_function(y, forward,
519 check_function(y, forward1)
535 check_function(y, forward1)
[all …]
H A Dtest_top_level4.py25 from nnvm.testing.check_computation import check_function
217 check_function(y, forward, backward, shape=shape)
260 check_function(y,
271 check_function(y,
288 check_function(y, lambda a, b: np.equal(a, b),
292 check_function(y, lambda a, b: np.not_equal(a, b),
315 check_function(y, forward, backward, shape=shape)
330 check_function(y, forward, backward, shape=shape)
346 check_function(z, forward, backward, shape=shape)
391 check_function(z, forward, backward, shape=shape)
[all …]
/dports/misc/py-tvm/incubator-tvm-0.6.1/nnvm/tests/python/compiler/
H A Dtest_top_level1.py320 check_function(y, forward, backward,
322 check_function(y, forward, backward,
338 check_function(y, forward, backward,
340 check_function(y, forward, backward,
396 check_function(y, forward)
411 check_function(y, forward)
436 check_function(y, test_forward)
462 check_function(y, forward,
519 check_function(y, forward1)
535 check_function(y, forward1)
[all …]
H A Dtest_top_level4.py25 from nnvm.testing.check_computation import check_function
217 check_function(y, forward, backward, shape=shape)
260 check_function(y,
271 check_function(y,
288 check_function(y, lambda a, b: np.equal(a, b),
292 check_function(y, lambda a, b: np.not_equal(a, b),
315 check_function(y, forward, backward, shape=shape)
330 check_function(y, forward, backward, shape=shape)
346 check_function(z, forward, backward, shape=shape)
391 check_function(z, forward, backward, shape=shape)
[all …]
/dports/devel/py-hypothesis/hypothesis-6.28.0/src/hypothesis/internal/
H A Dvalidation.py21 from hypothesis.internal.coverage import check_function
24 @check_function
45 @check_function
56 @check_function
70 @check_function
84 @check_function
99 @check_function
113 @check_function
128 @check_function
/dports/archivers/libdeflate/libdeflate-1.8/scripts/
H A Ddetect.sh19 check_function() { function
54 check_function clock_gettime
55 check_function futimens
56 check_function futimes
57 check_function posix_fadvise
58 check_function posix_madvise
/dports/biology/vt/vt-0.57721/lib/libdeflate/programs/
H A Ddetect.sh19 check_function() { function
53 check_function clock_gettime
54 check_function futimens
55 check_function futimes
56 check_function posix_fadvise
57 check_function posix_madvise
/dports/audio/siren/siren-0.9/
H A Dconfigure22 check_function()
372 if ! check_function dlopen 'dlopen("", 0)' dlfcn.h; then
373 if check_function "dlopen() in libdl" 'dlopen("", 0)' dlfcn.h "" \
381 if check_function err 'err(0, "")' err.h; then
391 if check_function pledge 'pledge("", "")' unistd.h; then
411 if check_function strlcat "strlcat(NULL, NULL, 0)" string.h; then
417 if check_function strlcpy "strlcpy(NULL, NULL, 0)" string.h; then
423 if check_function strsep "strsep(NULL, NULL)" string.h; then
435 if check_function swap16 "swap16(0)" sys/types.h; then
440 elif check_function "bswap16() in <sys/endian.h>" "bswap16(0)" \
[all …]
/dports/games/supertux2/SuperTux-v0.6.3-Source/tests/
H A Ddynamic_scoped_test.cpp23 void check_function(int expected) in check_function() function
39 check_function(1); in TEST()
45 check_function(2); in TEST()
49 check_function(3); in TEST()
52 check_function(2); in TEST()
57 check_function(1); in TEST()
/dports/math/py-numpy/numpy-1.20.3/numpy/f2py/tests/
H A Dtest_return_real.py11 def check_function(self, t, tname): member in TestReturnReal
91 self.check_function(getattr(self.module, name), name)
145 self.check_function(getattr(self.module, name), name)
203 self.check_function(getattr(self.module.f90_return_real, name), name)
H A Dtest_return_character.py12 def check_function(self, t, tname): member in TestReturnCharacter
86 self.check_function(getattr(self.module, name), name)
145 self.check_function(getattr(self.module.f90_return_char, name), name)
H A Dtest_return_integer.py10 def check_function(self, t, tname): member in TestReturnInteger
105 self.check_function(getattr(self.module, name), name)
175 self.check_function(getattr(self.module.f90_return_integer, name), name)
H A Dtest_return_logical.py10 def check_function(self, t): member in TestReturnLogical
114 self.check_function(getattr(self.module, name))
185 self.check_function(getattr(self.module.f90_return_logical, name))
H A Dtest_return_complex.py10 def check_function(self, t, tname): member in TestReturnComplex
105 self.check_function(getattr(self.module, name), name)
163 self.check_function(getattr(self.module.f90_return_complex, name), name)
/dports/graphics/cogl/cogl-1.22.8/cogl/
H A Dcogl-gpu-info.c56 CoglBool (* check_function) (const CoglGpuInfoStrings *strings); member
64 CoglBool (* check_function) (const CoglGpuInfoStrings *strings); member
73 CoglBool (* check_function) (const CoglGpuInfoStrings *strings, member
527 if (description->check_function (&strings, &gpu->driver_package_version)) in _cogl_gpu_info_init()
541 if (description->check_function (&strings)) in _cogl_gpu_info_init()
553 if (architecture->check_function (&strings)) in _cogl_gpu_info_init()
/dports/x11-wm/muffin/muffin-4.8.0/cogl/cogl/
H A Dcogl-gpu-info.c56 CoglBool (* check_function) (const CoglGpuInfoStrings *strings); member
64 CoglBool (* check_function) (const CoglGpuInfoStrings *strings); member
73 CoglBool (* check_function) (const CoglGpuInfoStrings *strings, member
528 if (description->check_function (&strings, &gpu->driver_package_version)) in _cogl_gpu_info_init()
542 if (description->check_function (&strings)) in _cogl_gpu_info_init()
554 if (architecture->check_function (&strings)) in _cogl_gpu_info_init()
/dports/misc/tvm/incubator-tvm-0.6.1/docs/api/python/nnvm/
H A Dtesting_new_ops.rst22 should be done with the function ``nnvm.testing.check_function``. You
37 from nnvm.testing.check_computation import check_function
50 check_function(y, forward, backward, in_range=(0.001, 2.0), dtype=dtype, shape=shape)
58 check_function(y, forward, backward, in_range=(0.001, 2.0), dtype=dtype, shape=shape)
96 check_function(y, in_range=(0.001, 2.0), dtype=dtype, shape=shape,
103 check_function failed while checking gradients numerically, here is the main graph
140 check_function(y, in_range={x: (0.002, 2.0)}, dtype=dtype, shape=(1, 3, 32, 32),
151 check_function(y, values={x: x_val}, dtype=dtype, shape=shape,
/dports/misc/py-tvm/incubator-tvm-0.6.1/docs/api/python/nnvm/
H A Dtesting_new_ops.rst22 should be done with the function ``nnvm.testing.check_function``. You
37 from nnvm.testing.check_computation import check_function
50 check_function(y, forward, backward, in_range=(0.001, 2.0), dtype=dtype, shape=shape)
58 check_function(y, forward, backward, in_range=(0.001, 2.0), dtype=dtype, shape=shape)
96 check_function(y, in_range=(0.001, 2.0), dtype=dtype, shape=shape,
103 check_function failed while checking gradients numerically, here is the main graph
140 check_function(y, in_range={x: (0.002, 2.0)}, dtype=dtype, shape=(1, 3, 32, 32),
151 check_function(y, values={x: x_val}, dtype=dtype, shape=shape,
/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/scripts/airoscript-ng/src/functions/
H A Dmenu34 5) check_function autopwn || source $path/autocrack; autopwn runner;;
35 …6) [[ $window ]] && { menu_windows; } || { check_function doexit || source $path/internal/exit; do…
36 7) check_function doexit || source $path/internal/exit; doexit;;
64 check_function crack_wep || source $path/crack/main
111 check_function select_target || source $path/internal/scansel
128 check_function menu_options || source $path/attacks/others
H A D_internal20 check_function $1 || { specialwarn "${warn}${2}"; return 1; }
154 check_function autopwn || source $path/autocrack;
155 check_function doexit || source $path/internal/exit;
190 check_function mkmenu || source $path/interface
191 check_function save_pids || source $path/internal/childs
252 check_function(){
260 check_function wpa_attacks || source $path/attacks/wpa
265 check_function wep_attacks || source $path/attacks/wep
/dports/audio/jalv/jalv-1.6.6/
H A Dwscript177 conf.check_function(
186 conf.check_function('c', 'jack_set_property',
200 conf.check_function('c', 'isatty',
208 conf.check_function('c', 'fileno',
216 conf.check_function('c', 'mlock',
224 conf.check_function('c', 'sigaction',
/dports/audio/ampache/ampache-php74-5.0.0/public/templates/
H A Dshow_edit_share_row.inc.php49 … || $libitem->object_type == 'video') && (Access::check_function('download')) || Access::check_fun…
H A Dshow_add_share.inc.php60 …Core::get_request('type') == 'video') && (Access::check_function('download')) || Access::check_fun…
/dports/mail/rspamd/rspamd-3.1/rules/
H A Dsubject_checks.lua23 local function test_subject(task, check_function, rate)
38 if check_function(sbj, l) then
/dports/mail/rspamd-devel/rspamd-93430bb/rules/
H A Dsubject_checks.lua23 local function test_subject(task, check_function, rate)
38 if check_function(sbj, l) then

12345678910>>...13