Home
last modified time | relevance | path

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

/frameworks/ml/nn/tools/test_generator/test_harness/include/
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
/frameworks/ml/nn/runtime/test/
DTestPartitioningRandom.cpp146 class TestModel : public WrapperModel { class