Searched refs:val_x (Results 1 – 8 of 8) sorted by relevance
/external/clang/test/SemaCXX/ |
D | cxx0x-initializer-constructor.cpp | 341 void val_x(X); // expected-note 2 {{parameter}} 343 val_x({1}); in call_val_x() 344 val_x(X{1}); // expected-error {{call to deleted constructor}} in call_val_x() 345 call<X>(val_x); // expected-note {{instantiation of}} in call_val_x() 357 val_x({1}); in h() 358 val_x(X{1}); // expected-error {{call to deleted constructor}} in h()
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training_arrays_v1.py | 632 val_x, val_y, val_sample_weights = model._prepare_validation_data( 635 (x, y, sample_weights, val_x, val_y, val_sample_weights 642 val_x, val_y, val_sample_weights = None, None, None 653 val_inputs=val_x,
|
D | training_utils_v1.py | 1847 x, val_x = (generic_utils.slice_arrays(x, 0, split_at), 1858 return x, y, sample_weights, val_x, val_y, val_sample_weights 1882 val_x = validation_data 1887 val_x, val_y = validation_data # pylint: disable=unpacking-non-sequence 1890 val_x, val_y, val_sample_weight = validation_data, None, None 1893 val_x, val_y, val_sample_weight = validation_data # pylint: disable=unpacking-non-sequence 1895 val_x, val_y, val_sample_weight = validation_data, None, None 1905 val_x, val_y, val_sample_weight = validation_data, None, None 1906 return val_x, val_y, val_sample_weight
|
D | training_distributed_v1.py | 629 val_x, val_y, val_sample_weights = ( 631 dist_utils.validate_inputs(val_x, val_y) 633 model._distribution_strategy, val_x, batch_size, validation_steps, 637 val_x, val_y,
|
D | training_generator_v1.py | 758 (x, y, sample_weights, val_x, val_y, 762 validation_data = (val_x, val_y, val_sample_weights)
|
D | training.py | 1127 val_x, val_y, val_sample_weight = ( 1206 x=val_x, 1219 x=val_x,
|
D | training_v1.py | 1378 val_x, val_y, val_sample_weights = training_utils_v1.unpack_validation_data( 1381 val_x,
|
/external/libxaac/decoder/ |
D | ixheaacd_drc_freq_dec.c | 959 WORD32 val_x, val_y; in ixheaacd_drc_apply() local 962 val_x = ((UWORD8)pstr_drc_data->drc_fac_dvb[drc_band]) >> 4; in ixheaacd_drc_apply() 965 compression_factor = (FLOAT32)(48.164 - 6.0206 * val_x - 0.4014 * val_y); in ixheaacd_drc_apply()
|