Home
last modified time | relevance | path

Searched refs:apply_filter (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/python/data/kernel_tests/
Dfilter_test_base.py33 def apply_filter(self, input_dataset, predicate): member in FilterTestBase
50 dataset = self.apply_filter(
74 dataset = self.apply_filter(
81 dataset = self.apply_filter(
100 dataset = self.apply_filter(dataset, _predicate)
115 dataset = self.apply_filter(dataset, _filter_fn)
125 dataset = self.apply_filter(dataset, lambda x, y: y)
131 dataset = self.apply_filter(dataset, lambda x: math_ops.equal(x % 2, 0))
Dfilter_with_legacy_function_test.py28 def apply_filter(self, input_dataset, predicate): member in FilterWithLegacyFunctionTest
Dfilter_test.py28 def apply_filter(self, input_dataset, predicate): member in FilterTest
/external/jsoncpp/devtools/
Dantglob.py114 def apply_filter( full_path, filter_rexs ): function
132 included = apply_filter( full_path, include_filter )
133 rejected = apply_filter( full_path, exclude_filter )
/external/libvpx/libvpx/vpx_dsp/ppc/
Ddeblock_vsx.c26 static INLINE uint8x16_t apply_filter(uint8x16_t ctx[4], uint8x16_t v, in apply_filter() function
80 vec_vsx_st(apply_filter(ctx, v, filter), col, dst_ptr); in vpx_post_proc_down_and_across_mb_row_vsx()
87 out = apply_filter(ctx, v, filter); in vpx_post_proc_down_and_across_mb_row_vsx()
100 vec_vsx_st(apply_filter(ctx, v, filter), col, dst_ptr); in vpx_post_proc_down_and_across_mb_row_vsx()
109 out = apply_filter(ctx, v, filter); in vpx_post_proc_down_and_across_mb_row_vsx()
/external/libvpx/libvpx/vp8/encoder/
Ddenoising.c675 int apply_filter = 0; in vp8_denoiser_denoise_mb() local
698 apply_filter = 1; in vp8_denoiser_denoise_mb()
711 apply_filter = 1; in vp8_denoiser_denoise_mb()
717 if (apply_filter) { in vp8_denoiser_denoise_mb()
/external/autotest/client/site_tests/security_SeccompSyscallFilters/src/
Dseccomp_bpf_tests.c1043 struct sock_filter apply_filter[] = {
1058 self->apply_prog.filter = malloc(sizeof(apply_filter));
1060 memcpy(self->apply_prog.filter, &apply_filter, sizeof(apply_filter));
1061 self->apply_prog.len = (unsigned short)(sizeof(apply_filter)/sizeof(apply_filter[0]));
/external/tensorflow/tensorflow/core/graph/
Dgraph.h409 void apply_filter() { in apply_filter() function
419 apply_filter(); in const_iterator()
435 apply_filter();
/external/seccomp-tests/linux/
Dseccomp_bpf.c1653 struct sock_filter apply_filter[] = { in FIXTURE_SETUP() local
1669 self->apply_prog.filter = malloc(sizeof(apply_filter)); in FIXTURE_SETUP()
1671 memcpy(self->apply_prog.filter, &apply_filter, sizeof(apply_filter)); in FIXTURE_SETUP()
1672 self->apply_prog.len = (unsigned short)ARRAY_SIZE(apply_filter); in FIXTURE_SETUP()
/external/linux-kselftest/tools/testing/selftests/seccomp/
Dseccomp_bpf.c2230 struct sock_filter apply_filter[] = { in FIXTURE_SETUP() local
2246 self->apply_prog.filter = malloc(sizeof(apply_filter)); in FIXTURE_SETUP()
2248 memcpy(self->apply_prog.filter, &apply_filter, sizeof(apply_filter)); in FIXTURE_SETUP()
2249 self->apply_prog.len = (unsigned short)ARRAY_SIZE(apply_filter); in FIXTURE_SETUP()
/external/python/cpython3/Lib/tkinter/
Dtix.py801 def apply_filter(self): # name of subwidget is same as command member in FileSelectBox
/external/python/cpython2/Lib/lib-tk/
DTix.py803 def apply_filter(self): # name of subwidget is same as command member in FileSelectBox