Home
last modified time | relevance | path

Searched refs:check_params (Results 1 – 13 of 13) 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/u-boot/tools/
Dimagetool.h103 int (*check_params) (struct image_tool_params *); member
295 .check_params = _check_params, \
Ddumpimage.c119 if (tparams->check_params) { in main()
120 if (tparams->check_params(&params)) in main()
Dmkimage.c340 if (tparams->check_params) in main()
341 if (tparams->check_params (&params)) in main()
/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.py29 def check_params(self, f, nchannels, sampwidth, framerate, nframes, member in AudioTests
86 self.check_params(f, self.nchannels, self.sampwidth, self.framerate,
270 self.check_params(f, self.nchannels, self.sampwidth, self.framerate,
/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: