/aosp12/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
H A D | BasicTests.cpp | 85 .lifetime = OperandLifeTime::MODEL_INPUT, in TEST_P() 95 .lifetime = OperandLifeTime::MODEL_INPUT, in TEST_P() 105 .lifetime = OperandLifeTime::MODEL_INPUT, in TEST_P()
|
H A D | ValidateModel.cpp | 83 .lifetime = OperandLifeTime::MODEL_INPUT, in addOperand() 425 OperandLifeTime::MODEL_INPUT, in getInvalidLifeTimes() 431 case OperandLifeTime::MODEL_INPUT: in getInvalidLifeTimes() 473 case OperandLifeTime::MODEL_INPUT: { in mutateOperandLifeTimeTest() 491 case OperandLifeTime::MODEL_INPUT: in mutateOperandLifeTimeTest() 515 return OperandLifeTime::MODEL_INPUT; in getInputOutputLifeTime() 516 case OperandLifeTime::MODEL_INPUT: { in getInputOutputLifeTime() 896 uint32_t index = addOperand(model, OperandLifeTime::MODEL_INPUT); in addOperationInputTest()
|
H A D | TestAssertions.cpp | 36 CHECK_TEST_ENUM(OperandLifeTime, MODEL_INPUT);
|
/aosp12/hardware/interfaces/neuralnetworks/1.1/vts/functional/ |
H A D | BasicTests.cpp | 92 .lifetime = OperandLifeTime::MODEL_INPUT, in TEST_P() 102 .lifetime = OperandLifeTime::MODEL_INPUT, in TEST_P() 112 .lifetime = OperandLifeTime::MODEL_INPUT, in TEST_P()
|
H A D | ValidateModel.cpp | 102 .lifetime = OperandLifeTime::MODEL_INPUT, in addOperand() 450 OperandLifeTime::MODEL_INPUT, in getInvalidLifeTimes() 456 case OperandLifeTime::MODEL_INPUT: in getInvalidLifeTimes() 499 case OperandLifeTime::MODEL_INPUT: { in mutateOperandLifeTimeTest() 517 case OperandLifeTime::MODEL_INPUT: in mutateOperandLifeTimeTest() 541 return OperandLifeTime::MODEL_INPUT; in getInputOutputLifeTime() 542 case OperandLifeTime::MODEL_INPUT: { in getInputOutputLifeTime() 939 uint32_t index = addOperand(model, OperandLifeTime::MODEL_INPUT); in addOperationInputTest()
|
/aosp12/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
H A D | BasicTests.cpp | 166 .lifetime = OperandLifeTime::MODEL_INPUT, in TEST_P() 176 .lifetime = OperandLifeTime::MODEL_INPUT, in TEST_P() 186 .lifetime = OperandLifeTime::MODEL_INPUT, in TEST_P()
|
H A D | ValidateModel.cpp | 103 .lifetime = OperandLifeTime::MODEL_INPUT, in addOperand() 519 OperandLifeTime::MODEL_INPUT, in getInvalidLifeTimes() 525 case OperandLifeTime::MODEL_INPUT: in getInvalidLifeTimes() 568 case OperandLifeTime::MODEL_INPUT: { in mutateOperandLifeTimeTest() 586 case OperandLifeTime::MODEL_INPUT: in mutateOperandLifeTimeTest() 610 return OperandLifeTime::MODEL_INPUT; in getInputOutputLifeTime() 611 case OperandLifeTime::MODEL_INPUT: { in getInputOutputLifeTime() 1184 uint32_t index = addOperand(model, OperandLifeTime::MODEL_INPUT); in addOperationInputTest()
|
H A D | CompilationCachingTests.cpp | 166 .lifetime = (i == 0 ? TestOperandLifeTime::MODEL_INPUT in createLargeTestModelImpl()
|
/aosp12/hardware/interfaces/neuralnetworks/1.0/utils/src/ |
H A D | Assertions.cpp | 112 COMPARE_ENUMS(MODEL_INPUT, SUBGRAPH_INPUT);
|
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include/ |
H A D | TestHarness.h | 88 MODEL_INPUT = SUBGRAPH_INPUT, enumerator
|
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/ |
H A D | CompilationCachingTests.cpp | 164 .lifetime = (i == 0 ? TestOperandLifeTime::MODEL_INPUT in createLargeTestModelImpl()
|
/aosp12/hardware/interfaces/neuralnetworks/1.0/ |
H A D | types.hal | 1492 MODEL_INPUT, 1622 * . The operand has lifetime MODEL_INPUT or MODEL_OUTPUT. Fully 1667 * If the lifetime is TEMPORARY_VARIABLE, MODEL_INPUT, MODEL_OUTPUT, or
|
/aosp12/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
H A D | CompilationCachingTests.cpp | 169 .lifetime = (i == 0 ? TestOperandLifeTime::MODEL_INPUT in createLargeTestModelImpl()
|
/aosp12/hardware/interfaces/neuralnetworks/1.2/ |
H A D | types.hal | 4829 * . The operand has lifetime MODEL_INPUT. Fully 4880 * If the lifetime is TEMPORARY_VARIABLE, MODEL_INPUT, MODEL_OUTPUT, or
|
/aosp12/packages/modules/NeuralNetworks/tools/api/ |
H A D | types.spec | 6539 %{DeclareEnumValue MODEL_INPUT 1},
|