Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/
DTestHarness.h310 struct TestModel { struct
315 // Additional testing information and flags associated with the TestModel. argument
322 // If set to true, the TestModel specifies a validation test that is expected to fail during argument
324 bool expectFailure = false;
327 TestHalVersion minSupportedVersion = TestHalVersion::UNKNOWN;
330 int32_t getAidlVersionInt() const { in getAidlVersionInt()
359 TestModel copy() const { in copy() argument
369 bool hasQuant8CoupledOperands() const { in hasQuant8CoupledOperands()
418 bool hasScalarOutputs() const { in hasScalarOutputs()
444 // This should only match the TestModel generated from while_infinite_loop.mod.py. in isInfiniteLoopTimeoutTest() argument
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestModel.java34 public class TestModel extends Model { class
52 public TestModel(UserId userId, String authority, Features features) { in TestModel() method in TestModel
/packages/modules/Bluetooth/tools/rootcanal/model/setup/
Dtest_model.cc32 TestModel::TestModel( in TestModel() function in rootcanal::TestModel
/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioningRandom.cpp159 class TestModel : public WrapperModel { class