Home
last modified time | relevance | path

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

/aosp_15_r20/external/libtextclassifier/native/annotator/
H A 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 …]
/aosp_15_r20/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
/aosp_15_r20/external/libxkbcommon/test/
H A Dregistry.c48 struct test_model { struct
49 const char *name; /* required */
50 const char *vendor;
51 const char *description;
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/
H A 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
/aosp_15_r20/external/executorch/.ci/scripts/
H A Dtest_model.sh75 test_model() { function
/aosp_15_r20/external/libtextclassifier/native/actions/
H A Dtest-utils.cc72 void SetTestEntityDataSchema(ActionsModelT* test_model) { in SetTestEntityDataSchema()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_command_handler.cc38 TestCommandHandler::TestCommandHandler(TestModel& test_model) : model_(test_model) { in TestCommandHandler()
/aosp_15_r20/external/mesa3d/src/gallium/targets/teflon/
H A Dtest_teflon.cpp69 test_model(std::vector<uint8_t> buf, std::string cache_dir, unsigned tolerance) in test_model() function
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_pdt.py735 def test_model(a, m): function
/aosp_15_r20/external/pytorch/test/
H A Dtest_fx_passes.py835 def test_subgraph_matcher(self, test_model): argument