Searched defs:x_train (Results 1 – 4 of 4) sorted by relevance
/external/libopus/scripts/ |
D | rnn_train.py | 45 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/ |
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
|