Searched refs:test_model (Results 1 – 13 of 13) sorted by relevance
/external/tensorflow/tensorflow/lite/tools/optimize/ |
D | subgraph_quantizer_test.cc | 63 auto test_model = ReadConvModel1(); in TEST() local 64 ASSERT_TRUE(test_model); in TEST() 65 auto readonly_model = test_model->GetModel(); in TEST() 162 auto test_model = ReadConvModel2(); in TEST() local 163 ASSERT_TRUE(test_model); in TEST() 164 auto readonly_model = test_model->GetModel(); in TEST() 274 auto test_model = ReadSoftmaxModel(); in TEST() local 275 ASSERT_TRUE(test_model); in TEST() 276 auto readonly_model = test_model->GetModel(); in TEST() 331 auto test_model = ReadAvgPoolModel(); in TEST() local [all …]
|
D | quantization_utils_test.cc | 232 auto test_model = ReadConvModel(); in TEST() local 233 ASSERT_TRUE(test_model); in TEST() 234 auto readonly_model = test_model->GetModel(); in TEST()
|
/external/libtextclassifier/actions/ |
D | test_utils.cc | 70 void SetTestEntityDataSchema(ActionsModelT* test_model) { in SetTestEntityDataSchema() argument 73 test_model->actions_entity_data_schema.assign( in SetTestEntityDataSchema()
|
D | test_utils.h | 28 void SetTestEntityDataSchema(ActionsModelT* test_model);
|
/external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_ptb/ |
D | rnn_ptb_test.py | 38 model = rnn_ptb.test_model(tfe.num_gpus() > 0) 48 model = rnn_ptb.test_model(tfe.num_gpus() > 0)
|
D | rnn_ptb_graph_test.py | 44 model = rnn_ptb.test_model(tf.test.is_gpu_available())
|
D | rnn_ptb.py | 287 def test_model(use_cudnn_rnn): function
|
/external/tensorflow/tensorflow/lite/tools/ |
D | BUILD | 52 "//tensorflow/lite:testdata/test_model.bin",
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training_test.py | 897 test_model = testing_utils.get_small_sequential_mlp(16, 2, input_dim=4) 898 test_model.compile(loss='sparse_categorical_crossentropy', 901 test_model.set_weights(fixed_weights) 902 test_model_loss = test_model.train_on_batch(train_x, train_y) 920 test_model = testing_utils.get_small_sequential_mlp(16, 2, input_dim=4) 921 test_model.compile(loss='categorical_crossentropy', 924 test_model.set_weights(fixed_weights) 925 test_model_loss = test_model.train_on_batch(train_x, train_y) 940 test_model = testing_utils.get_small_sequential_mlp(16, 1, input_dim=4) 941 test_model.compile(loss='binary_crossentropy', [all …]
|
/external/tensorflow/tensorflow/python/keras/ |
D | model_subclassing_test.py | 184 test_model = Inner() 185 x = test_model(x) 207 test_model = DummyModel() 209 test_model(dummy_data) 210 self.assertTrue(test_model.uses_custom_build, 'Model should use user '
|
/external/tensorflow/tensorflow/lite/ |
D | BUILD | 293 "testdata/test_model.bin",
|
/external/tensorflow/tensorflow/python/keras/mixed_precision/experimental/ |
D | keras_test.py | 269 def test_model(self, strategy_fn, use_operator=False, use_regularizer=False): member in KerasModelTest
|
/external/tensorflow/tensorflow/lite/g3doc/r2/convert/ |
D | python_api.md | 122 export_dir = "/tmp/test_model/mobilenet"
|