Home
last modified time | relevance | path

Searched defs:x_train (Results 1 – 4 of 4) sorted by relevance

/external/libopus/scripts/
Drnn_train.py45 x_train = all_data[:nb_sequences*window_size, :-2] variable
46 x_train = np.reshape(x_train, (nb_sequences, window_size, 25)) variable
52 x_train = x_train.astype('float32') variable
/external/tensorflow/tensorflow/python/keras/layers/
Dlstm_v2_test.py791 def _measure_performance(self, test_config, model, x_train, y_train): argument
803 def _time_performance_run_cudnn_lstm(self, test_config, x_train, y_train): argument
824 self, test_config, x_train, y_train): argument
845 self, test_config, x_train, y_train): argument
/external/tensorflow/tensorflow/contrib/distribute/python/
Dkeras_correctness_test_base.py158 with_distribution, x_train, y_train, x_predict): argument
Dkeras_backward_compat_test.py213 x_train, y_train, x_predict): argument