Home
last modified time | relevance | path

Searched defs:test_model (Results 1 – 6 of 6) sorted by relevance

/external/libtextclassifier/native/annotator/
Dannotator_test-include.cc183 const std::string test_model = ReadFile(GetTestModelPath()); in TEST_F() local
203 const std::string test_model = ReadFile(GetTestModelPath()); in TEST_F() local
222 const std::string test_model = ReadFile(GetTestModelPath()); in TEST_F() local
255 const std::string test_model = ReadFile(GetTestModelPath()); in TEST_F() local
317 const std::string test_model = ReadFile(GetTestModelPath()); in TEST_F() local
351 const std::string test_model = ReadFile(GetTestModelPath()); in TEST_F() local
421 const std::string test_model = ReadFile(GetTestModelPath()); in TEST_F() local
460 const std::string test_model = ReadFile(GetTestModelPath()); in TEST_F() local
503 const std::string test_model = ReadFile(GetTestModelPath()); in TEST_F() local
556 const std::string test_model = ReadFile(GetTestModelPath()); in TEST_F() local
[all …]
/external/libtextclassifier/native/actions/
Dtest-utils.cc72 void SetTestEntityDataSchema(ActionsModelT* test_model) { in SetTestEntityDataSchema()
/external/libxkbcommon/test/
Dregistry.c48 struct test_model { struct
49 const char *name; /* required */
50 const char *vendor;
51 const char *description;
/external/tensorflow/tensorflow/python/keras/integration_test/
Dgradients_test.py44 def _TestVariablesGradient(self, inputs, test_model, vars_to_grad): argument
/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantization_utils_test.cc465 auto test_model = ReadConvModel(); in TEST_F() local
515 auto test_model = ReadConvModel(); in TEST_F() local
550 auto test_model = ReadConvModel(); in TEST_F() local
619 auto test_model = ReadConvModel(); in TEST_F() local
/external/tensorflow/tensorflow/python/keras/mixed_precision/
Dkeras_test.py542 def test_model(self, member in KerasModelTest