HomeSort by relevance Sort by last modified time
    Searched defs:apply_filter (Results 1 - 12 of 12) sorted by null

  /external/tensorflow/tensorflow/python/data/kernel_tests/
filter_test.py 28 def apply_filter(self, input_dataset, predicate): member in class:FilterTest
filter_with_legacy_function_test.py 28 def apply_filter(self, input_dataset, predicate): member in class:FilterWithLegacyFunctionTest
filter_test_base.py 33 def apply_filter(self, input_dataset, predicate): member in class: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))
  /external/jsoncpp/devtools/
antglob.py 114 def apply_filter( full_path, filter_rexs ): function in function:glob
132 included = apply_filter( full_path, include_filter )
133 rejected = apply_filter( full_path, exclude_filter )
  /external/libvpx/libvpx/vp8/encoder/
denoising.c 675 int apply_filter = 0; local
698 apply_filter = 1;
711 apply_filter = 1;
717 if (apply_filter) {
  /external/libvpx/libvpx/vpx_dsp/ppc/
deblock_vsx.c 26 static INLINE uint8x16_t apply_filter(uint8x16_t ctx[4], uint8x16_t v, function
80 vec_vsx_st(apply_filter(ctx, v, filter), col, dst_ptr);
87 out = apply_filter(ctx, v, filter);
100 vec_vsx_st(apply_filter(ctx, v, filter), col, dst_ptr);
109 out = apply_filter(ctx, v, filter);
  /external/seccomp-tests/linux/
seccomp_bpf.c 1653 struct sock_filter apply_filter[] = { local
    [all...]
  /external/tensorflow/tensorflow/core/graph/
graph.h 409 void apply_filter() { function in class:tensorflow::GraphEdgesIterable::const_iterator
419 apply_filter();
435 apply_filter();
  /frameworks/av/media/libmedia/
IMediaPlayer.cpp 391 status_t getMetadata(bool update_only, bool apply_filter, Parcel *reply)
397 request.writeInt32(apply_filter);
855 bool apply_filter = static_cast<bool>(data.readInt32()); local
856 const status_t retcode = getMetadata(update_only, apply_filter, reply);
    [all...]
  /external/linux-kselftest/tools/testing/selftests/seccomp/
seccomp_bpf.c 2230 struct sock_filter apply_filter[] = { local
    [all...]
  /external/python/cpython2/Lib/lib-tk/
Tix.py 803 def apply_filter(self): # name of subwidget is same as command member in class:FileSelectBox
    [all...]
  /external/python/cpython3/Lib/tkinter/
tix.py 801 def apply_filter(self): # name of subwidget is same as command member in class:FileSelectBox
    [all...]

Completed in 1377 milliseconds