Home
last modified time | relevance | path

Searched defs:test_model (Results 1 – 9 of 9) 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/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/protos_generator/tests/
Dtest_generated.cc48 TEST(CppGeneratedCode, Constructor) { TestModel test_model; } in TEST() local
272 auto test_model = ::protos::CreateMessage<TestModel>(arena); in TEST() local
300 auto test_model = ::protos::CreateMessage<TestModel>(arena); in TEST() local
324 auto test_model = ::protos::CreateMessage<TestModel>(arena); in TEST() local
335 auto test_model = ::protos::CreateMessage<TestModel>(arena); in TEST() local
364 auto test_model = ::protos::CreateMessage<TestModel>(arena); in TEST() local
385 auto test_model = ::protos::CreateMessage<TestModel>(arena); in TEST() local
408 auto test_model = ::protos::CreateMessage<TestModel>(arena); in TEST() local
429 auto test_model = ::protos::CreateMessage<TestModel>(arena); in TEST() local
445 auto test_model = ::protos::CreateMessage<TestModel>(arena); in TEST() local
/external/libtextclassifier/native/actions/
Dtest-utils.cc72 void SetTestEntityDataSchema(ActionsModelT* test_model) { in SetTestEntityDataSchema()
/external/executorch/.ci/scripts/
Dtest_model.sh75 test_model() { function
/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/lite/tools/optimize/
Dquantization_utils_test.cc535 auto test_model = ReadConvModel(); in TEST_F() local
585 auto test_model = ReadConvModel(); in TEST_F() local
620 auto test_model = ReadConvModel(); in TEST_F() local
688 auto test_model = ReadConvModel(); in TEST_F() local
/external/pytorch/test/jit/
Dtest_pdt.py735 def test_model(a, m): function
/external/mesa3d/src/gallium/targets/teflon/
Dtest_teflon.cpp50 test_model(void *buf, size_t buf_size, std::string cache_dir, unsigned tolerance) in test_model() function
/external/pytorch/test/
Dtest_fx_passes.py835 def test_subgraph_matcher(self, test_model): argument