Searched refs:check_params (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/python/keras/wrappers/ |
D | scikit_learn.py | 77 self.check_params(sk_params) 79 def check_params(self, params): member in BaseWrapper 130 self.check_params(params)
|
/external/tinyalsa/ |
D | tinyhostless.c | 176 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/ |
D | imagetool.h | 103 int (*check_params) (struct image_tool_params *); member 295 .check_params = _check_params, \
|
D | dumpimage.c | 119 if (tparams->check_params) { in main() 120 if (tparams->check_params(¶ms)) in main()
|
D | mkimage.c | 340 if (tparams->check_params) in main() 341 if (tparams->check_params (¶ms)) in main()
|
/external/python/cpython2/Lib/test/ |
D | audiotests.py | 51 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/ |
D | tensorflow.keras.wrappers.scikit_learn.-keras-regressor.pbtxt | 11 name: "check_params"
|
D | tensorflow.keras.wrappers.scikit_learn.-keras-classifier.pbtxt | 11 name: "check_params"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.keras.wrappers.scikit_learn.-keras-regressor.pbtxt | 11 name: "check_params"
|
D | tensorflow.keras.wrappers.scikit_learn.-keras-classifier.pbtxt | 11 name: "check_params"
|
/external/python/cpython3/Lib/test/ |
D | audiotests.py | 29 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/ |
D | cpplint.py | 4093 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/ |
D | cpplint.py | 4093 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:
|