Searched defs:y_train (Results 1 – 4 of 4) sorted by relevance
/external/libopus/scripts/ |
D | rnn_train.py | 48 y_train = np.copy(all_data[:nb_sequences*window_size, -2:]) variable 49 y_train = np.reshape(y_train, (nb_sequences, window_size, 2)) variable 53 y_train = y_train.astype('float32') variable
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | lstm_v2_test.py | 791 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/ |
D | keras_correctness_test_base.py | 158 with_distribution, x_train, y_train, x_predict): argument
|
D | keras_backward_compat_test.py | 213 x_train, y_train, x_predict): argument
|