Searched refs:INPUT_ARRAY (Results 1 – 11 of 11) sorted by relevance
95 #define INPUT_ARRAY(name, len) do { \ in rnnoise_model_from_file() macro116 INPUT_ARRAY(name->input_weights, name->nb_inputs * name->nb_neurons); \ in rnnoise_model_from_file()117 INPUT_ARRAY(name->bias, name->nb_neurons); \ in rnnoise_model_from_file()125 INPUT_ARRAY(name->input_weights, name->nb_inputs * name->nb_neurons * 3); \ in rnnoise_model_from_file()126 INPUT_ARRAY(name->recurrent_weights, name->nb_neurons * name->nb_neurons * 3); \ in rnnoise_model_from_file()127 INPUT_ARRAY(name->bias, name->nb_neurons * 3); \ in rnnoise_model_from_file()
59 throw new NullArgumentException(LocalizedFormats.INPUT_ARRAY); in evaluate()127 throw new NullArgumentException(LocalizedFormats.INPUT_ARRAY); in incrementAll()
138 throw new NullArgumentException(LocalizedFormats.INPUT_ARRAY); in test()198 throw new NullArgumentException(LocalizedFormats.INPUT_ARRAY); in test()
85 throw new NullArgumentException(LocalizedFormats.INPUT_ARRAY); in GaussianDerivativeFunction()
99 throw new NullArgumentException(LocalizedFormats.INPUT_ARRAY); in GaussianFunction()
155 throw new NullArgumentException(LocalizedFormats.INPUT_ARRAY); in validateParameters()
52 throw new NullArgumentException(LocalizedFormats.INPUT_ARRAY); in GaussianParametersGuesser()
180 throw new NullArgumentException(LocalizedFormats.INPUT_ARRAY); in evaluate()
217 throw new NullArgumentException(LocalizedFormats.INPUT_ARRAY); in evaluate()
223 INPUT_ARRAY("input array"), /* keep */ enumConstant
META-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...