Home
last modified time | relevance | path

Searched refs:createTestModel (Results 1 – 13 of 13) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_vts_backward_compatibility_quant8/
H A Dstdout.txt.expect14 Model createTestModel() {
146 depthwise_conv2d_quant8::createTestModel,
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_vts_float/
H A Dstdout.txt.expect14 Model createTestModel() {
138 conv_float::createTestModel,
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_vts_quant8/
H A Dstdout.txt.expect14 Model createTestModel() {
138 conv_quant8::createTestModel,
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/
H A DCompilationCachingTests.cpp288 TestModel createTestModel() { in createTestModel() function in android::hardware::neuralnetworks::V1_3::vts::functional::CompilationCachingTestBase
426 const TestModel& testModel = createTestModel(); in TEST_P()
466 const TestModel& testModel = createTestModel(); in TEST_P()
528 const TestModel& testModel = createTestModel(); in TEST_P()
629 const TestModel& testModel = createTestModel(); in TEST_P()
710 const TestModel& testModel = createTestModel(); in TEST_P()
811 const TestModel& testModel = createTestModel(); in TEST_P()
892 const TestModel& testModel = createTestModel(); in TEST_P()
945 const TestModel& testModel = createTestModel(); in TEST_P()
1269 const TestModel& testModel = createTestModel(); in testCorruptedCache()
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/
H A DCompilationCachingTests.cpp285 TestModel createTestModel() { in createTestModel() function in android::hardware::neuralnetworks::V1_2::vts::functional::CompilationCachingTestBase
423 const TestModel& testModel = createTestModel(); in TEST_P()
464 const TestModel& testModel = createTestModel(); in TEST_P()
527 const TestModel& testModel = createTestModel(); in TEST_P()
632 const TestModel& testModel = createTestModel(); in TEST_P()
713 const TestModel& testModel = createTestModel(); in TEST_P()
818 const TestModel& testModel = createTestModel(); in TEST_P()
899 const TestModel& testModel = createTestModel(); in TEST_P()
954 const TestModel& testModel = createTestModel(); in TEST_P()
1278 const TestModel& testModel = createTestModel(); in testCorruptedCache()
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DCompilationCachingTests.cpp285 TestModel createTestModel() { in createTestModel() function in aidl::android::hardware::neuralnetworks::vts::functional::CompilationCachingTestBase
484 const TestModel& testModel = createTestModel(); in TEST_P()
525 const TestModel& testModel = createTestModel(); in TEST_P()
586 const TestModel& testModel = createTestModel(); in TEST_P()
663 const TestModel& testModel = createTestModel(); in TEST_P()
724 const TestModel& testModel = createTestModel(); in TEST_P()
765 const TestModel& testModel = createTestModel(); in TEST_P()
1082 const TestModel& testModel = createTestModel(); in testCorruptedCache()
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_vts_internal/
H A Dstdout.txt.expect14 Model createTestModel() {
308 add_internal::createTestModel,
/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/
H A DRandomGraphGenerator.h132 test_helper::TestModel createTestModel();
H A DRandomGraphGenerator.cpp250 TestModel RandomGraph::createTestModel() { in createTestModel() function in android::nn::fuzzing_test::RandomGraph
H A DTestRandomGraph.cpp375 mTestModel = graph.createTestModel(); in testRandomGraph()
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_vts_backward_compatibility_float/
H A Dstdout.txt.expect14 Model createTestModel() {
318 lstm_float::createTestModel,
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/P_vts_implicit_parameter/
H A Dstdout.txt.expect14 Model createTestModel() {
131 mean_implicit::createTestModel,
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestMemoryDomain.cpp153 void createTestModel(test_wrapper::Model* model) { in createTestModel() function
180 createTestModel(&mModel); in SetUp()