Searched refs:get_small_mlp (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training_generator_test.py | 101 model = testing_utils.get_small_mlp( 139 model = testing_utils.get_small_mlp( 167 model = testing_utils.get_small_mlp( 202 model = testing_utils.get_small_mlp( 240 model = testing_utils.get_small_mlp( 283 model = testing_utils.get_small_mlp( 299 model = testing_utils.get_small_mlp( 398 model = testing_utils.get_small_mlp( 441 model = testing_utils.get_small_mlp(
|
D | training_dataset_test.py | 57 model = testing_utils.get_small_mlp(1, 4, input_dim=3) 92 model = testing_utils.get_small_mlp(1, 4, input_dim=3) 208 model = testing_utils.get_small_mlp(1, 4, input_dim=3) 258 model = testing_utils.get_small_mlp(1, 4, input_dim=3) 357 model = testing_utils.get_small_mlp(1, 4, input_dim=3) 378 model = testing_utils.get_small_mlp(1, 4, input_dim=3) 416 model = testing_utils.get_small_mlp(1, 4, input_dim=3) 450 model = testing_utils.get_small_mlp(1, 4, input_dim=3)
|
D | training_eager_test.py | 153 model = testing_utils.get_small_mlp(10, 4, 3) 178 model = testing_utils.get_small_mlp(10, 4, 3) 203 model = testing_utils.get_small_mlp(10, 4, 3)
|
D | training_test.py | 648 model = testing_utils.get_small_mlp(1, 1, 1) 1206 model = testing_utils.get_small_mlp(2, 1, 10) 1236 model = testing_utils.get_small_mlp(2, 1, 10) 1298 model = testing_utils.get_small_mlp(1, 10, 10)
|
D | functional_test.py | 1436 model = testing_utils.get_small_mlp(1, 4, input_dim=3)
|
/external/tensorflow/tensorflow/python/keras/ |
D | keras_parameterized_test.py | 47 models.append(testing_utils.get_small_mlp(1, 4, input_dim=3)) 90 models.append(testing_utils.get_small_mlp(1, 4, input_dim=3)) 135 models.append(testing_utils.get_small_mlp(1, 4, input_dim=3)) 176 models.append(testing_utils.get_small_mlp(1, 4, input_dim=3))
|
D | combinations_test.py | 107 models.append(testing_utils.get_small_mlp(1, 4, input_dim=3))
|
D | testing_utils.py | 522 def get_small_mlp(num_hidden, num_classes, input_dim): function
|
/external/tensorflow/tensorflow/python/keras/saving/ |
D | saving_utils_test.py | 70 model = testing_utils.get_small_mlp(10, 3, input_dim) 91 model = testing_utils.get_small_mlp(10, 3, input_dim) 228 model = testing_utils.get_small_mlp(10, 3, 5) 348 model = testing_utils.get_small_mlp(10, 3, input_dim)
|
D | save_weights_test.py | 377 model = testing_utils.get_small_mlp(1, 4, input_dim=3) 383 new_model = testing_utils.get_small_mlp(1, 4, input_dim=3)
|
/external/tensorflow/tensorflow/python/keras/saving/saved_model/ |
D | saved_model_test.py | 128 model = testing_utils.get_small_mlp(1, 4, input_dim=3) 263 model = testing_utils.get_small_mlp(1, 4, input_dim=3) 299 model = testing_utils.get_small_mlp(1, 4, input_dim=3) 1168 model = testing_utils.get_small_mlp(1, 4, input_dim=3)
|