/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/utils/ |
D | SimpleStateMachineTest.java | 32 private static final String OUTPUT = "output"; field in SimpleStateMachineTest 49 doReturn(OUTPUT).when(mMockStartState).process(INPUT); in testProcess() 51 assertEquals(OUTPUT, result); in testProcess() 72 doReturn(OUTPUT).when(mMockFinalState).process(INPUT); in testTransitionAndProcess() 74 assertEquals(OUTPUT, result); in testTransitionAndProcess()
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestUnspecifiedDimensions.cpp | 58 OUTPUT enumerator 91 enum class InOutType { INPUT, OUTPUT }; // parameter for setInOut() enumerator 217 case UnspecifiedOperand::OUTPUT: in SetUp() 396 &memoryOp4, InOutType::OUTPUT, mBufferSize); in TestOne() 670 testing::Combine(testing::Values(UnspecifiedOperand::OUTPUT),
|
D | TestPartitioningRandom.cpp | 1288 enum Kind { INPUT, OUTPUT }; in TEST_P() enumerator 1304 : InputOutputDescriptor::OUTPUT); in TEST_P() 1385 if (desc.mKind != InputOutputDescriptor::OUTPUT) { in TEST_P() 1418 if (desc.mKind != InputOutputDescriptor::OUTPUT) { in TEST_P()
|
D | TestPartitioning.cpp | 3464 checkStepRolesOfOutput(0, {{"deviceA", IOType::OUTPUT}, {"deviceC", IOType::INPUT}}); in TEST_F() 3466 checkStepRolesOfOutput(1, {{"deviceC", IOType::OUTPUT}}); in TEST_F() 3473 {{"deviceB", IOType::OUTPUT}, {"deviceC", IOType::INPUT}}); in TEST_F() 3516 checkStepRolesOfOutput(0, {{"deviceA", IOType::OUTPUT}, {"deviceB", IOType::OUTPUT}}); in TEST_F() 3589 checkStepRolesOfSourceOperand({condModelIndex, condOpnd4}, {{"deviceA", IOType::OUTPUT}}); in TEST_F() 3595 {{"deviceA", IOType::INPUT}, {"deviceB", IOType::INPUT}, {"deviceB", IOType::OUTPUT}}); in TEST_F() 3598 {{"deviceA", IOType::INPUT}, {"deviceB", IOType::INPUT}, {"deviceB", IOType::OUTPUT}}); in TEST_F() 3689 checkStepRolesOfSourceOperand({condModelIndex, condOpnd3}, {{"deviceA", IOType::OUTPUT}}); in TEST_F() 3695 {"deviceB", IOType::OUTPUT}, in TEST_F() 3697 {"deviceC", IOType::OUTPUT}}); in TEST_F()
|
/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/ |
D | OperationSignatureUtils.h | 453 { .type = RandomOperandType::OUTPUT, .constructor = defaultOperandConstructor } 459 .type = RandomOperandType::OUTPUT, \ 469 .type = RandomOperandType::OUTPUT, \
|
D | BoundingBox.cpp | 39 static const OperandSignature kOutputRoiTensor = {.type = RandomOperandType::OUTPUT,
|
D | Selection.cpp | 96 .type = RandomOperandType::OUTPUT,
|
/packages/modules/NeuralNetworks/runtime/ |
D | CompilationBuilder.cpp | 309 *alignment = mPlan.getMemoryPreference(IOType::OUTPUT, index).alignment; in getPreferredMemoryAlignmentForOutput() 332 *padding = mPlan.getMemoryPreference(IOType::OUTPUT, index).padding; in getPreferredMemoryPaddingForOutput()
|
D | ExecutionPlan.h | 236 enum OperandKind { INPUT, OUTPUT }; enumerator
|
D | ExecutionPlan.cpp | 544 NN_RETURN_IF_ERROR(addOperands(operation.outputs, &outputs, OUTPUT)); in addOperation() 1017 analyzer.addRole(*step, sourceIndex, IOType::OUTPUT, i); in findMemoryStepRoles() 2010 callback(mPreparedModel.get(), IOType::OUTPUT, index); in forEachStepRoleOfOutput()
|
D | ExecutionBuilder.cpp | 312 if (!memory->getValidator().validate(mCompilation, IOType::OUTPUT, index, type, offset, in setOutputFromMemory()
|
D | NeuralNetworks.cpp | 966 return mb->addRole(*c, IOType::OUTPUT, index, frequency); in ANeuralNetworksMemoryDesc_addOutputRole()
|
/packages/modules/NeuralNetworks/runtime/test/fuzzing/ |
D | RandomGraphGenerator.h | 38 enum class RandomOperandType { INPUT = 0, OUTPUT = 1, INTERNAL = 2, CONST = 3, NO_VALUE = 4 }; enumerator
|
D | RandomGraphGenerator.cpp | 239 case RandomOperandType::OUTPUT: in convertToTestOperandLifeTime()
|
/packages/modules/NeuralNetworks/common/include/nnapi/ |
D | Validation.h | 68 enum class IOType { INPUT, OUTPUT }; enumerator
|
/packages/modules/NeuralNetworks/common/ |
D | AidlValidateHal.cpp | 75 const auto [it, success] = roles.emplace(preparedModel.get(), IOType::OUTPUT, role.ioIndex); in validateMemoryDesc()
|
D | HalBufferTracker.cpp | 99 if (kRoles.count({preparedModel, IOType::OUTPUT, i}) == 0) { in validateRequest()
|
D | AidlBufferTracker.cpp | 99 if (kRoles.count({preparedModel, IOType::OUTPUT, i}) == 0) { in validateRequest()
|
D | BufferTracker.cpp | 98 if (kRoles.count({preparedModel, IOType::OUTPUT, i}) == 0) { in validateRequest()
|
D | ValidateHal.cpp | 906 const auto [it, success] = roles.emplace(preparedModel.get(), IOType::OUTPUT, role.ioIndex); in validateMemoryDesc()
|
D | Validation.cpp | 1302 const auto [it, success] = roles.emplace(preparedModel.get(), IOType::OUTPUT, role.ioIndex); in validateMemoryDescImpl()
|
/packages/modules/NeuralNetworks/tools/api/ |
D | README.md | 34 * `--output OUTPUT` path to generated output file (such as `Types.h`)
|