Home
last modified time | relevance | path

Searched defs:TestModel (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/
H A DTestHarness.h298 struct TestModel { struct
303 // Additional testing information and flags associated with the TestModel. argument
310 // If set to true, the TestModel specifies a validation test that is expected to fail during argument
332 TestModel copy() const { in copy() argument
342 bool hasQuant8CoupledOperands() const { in hasQuant8CoupledOperands()
391 bool hasScalarOutputs() const { in hasScalarOutputs()
417 // This should only match the TestModel generated from while_infinite_loop.mod.py. in isInfiniteLoopTimeoutTest() argument
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestModel.java34 public class TestModel extends Model { class
52 public TestModel(UserId userId, String authority, Features features) { in TestModel() method in TestModel
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/setup/
H A Dtest_model.cc46 TestModel::TestModel( in TestModel() function in test_vendor_lib::TestModel
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestPartitioningRandom.cpp162 class TestModel : public WrapperModel { class