Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/wrappers/
Dscikit_learn.py77 self.check_params(sk_params)
79 def check_params(self, params): member in BaseWrapper
130 self.check_params(params)
/external/tinyalsa/
Dtinyhostless.c176 static int check_params(unsigned int card, unsigned int device, unsigned int direction, in check_params() function
247 if (!check_params(card, p_device, PCM_OUT, &config)) in play_sample()
258 if (!check_params(card, c_device, PCM_IN, &config)) in play_sample()
/external/igt-gpu-tools/tests/i915/
Dgem_reset_stats.c659 static void check_params(const int fd, const int ctx, cap_t cap) in check_params() function
669 check_params(fd, ctx, root); in _test_param()
672 check_params(fd, ctx, root); in _test_param()
676 check_params(fd, ctx, user); in _test_param()
679 check_params(fd, ctx, root); in _test_param()
/external/python/cpython2/Lib/test/
Daudiotests.py51 def check_params(self, f, nchannels, sampwidth, framerate, nframes, member in AudioTests
94 self.check_params(f, self.nchannels, self.sampwidth, self.framerate,
210 self.check_params(f, self.nchannels, self.sampwidth, self.framerate,
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.wrappers.scikit_learn.-keras-regressor.pbtxt11 name: "check_params"
Dtensorflow.keras.wrappers.scikit_learn.-keras-classifier.pbtxt11 name: "check_params"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.wrappers.scikit_learn.-keras-regressor.pbtxt11 name: "check_params"
Dtensorflow.keras.wrappers.scikit_learn.-keras-classifier.pbtxt11 name: "check_params"
/external/python/cpython3/Lib/test/
Daudiotests.py28 def check_params(self, f, nchannels, sampwidth, framerate, nframes, member in AudioTests
74 self.check_params(f, self.nchannels, self.sampwidth, self.framerate,
258 self.check_params(f, self.nchannels, self.sampwidth, self.framerate,
/external/skia/experimental/ddlbench/
Dddlbench.cpp287 static void check_params(GrDirectContext* dContext, in check_params() function
373 check_params(mainContext->fDirectContext, width, height, ct, at, FLAGS_numSamples); in main()
/external/libvpx/libvpx/tools/
Dcpplint.py4093 check_params = False
4095 check_params = True # top level
4098 check_params = True # within class or namespace
4103 check_params = True # just opened global/class/namespace block
4115 check_params = False
4123 check_params = False
4126 if check_params:
/external/libaom/libaom/tools/
Dcpplint.py4093 check_params = False
4095 check_params = True # top level
4098 check_params = True # within class or namespace
4103 check_params = True # just opened global/class/namespace block
4115 check_params = False
4123 check_params = False
4126 if check_params: