Home
last modified time | relevance | path

Searched refs:ANEURALNETWORKS_TENSOR_INT32 (Results 1 – 9 of 9) sorted by relevance

/frameworks/ml/nn/runtime/test/
DTestValidateModel.cpp76 operand_6.type = ANEURALNETWORKS_TENSOR_INT32; in TEST_F()
108 operand_10.type = ANEURALNETWORKS_TENSOR_INT32; in TEST_F()
144 operand_15.type = ANEURALNETWORKS_TENSOR_INT32; in TEST_F()
174 operand_19.type = ANEURALNETWORKS_TENSOR_INT32; in TEST_F()
198 operand_22.type = ANEURALNETWORKS_TENSOR_INT32; in TEST_F()
230 operand_26.type = ANEURALNETWORKS_TENSOR_INT32; in TEST_F()
254 operand_29.type = ANEURALNETWORKS_TENSOR_INT32; in TEST_F()
278 operand_32.type = ANEURALNETWORKS_TENSOR_INT32; in TEST_F()
302 operand_35.type = ANEURALNETWORKS_TENSOR_INT32; in TEST_F()
326 operand_38.type = ANEURALNETWORKS_TENSOR_INT32; in TEST_F()
[all …]
DTestValidateOperations.cpp45 ANEURALNETWORKS_TENSOR_INT32,
450 operandTypesToSkip.insert(ANEURALNETWORKS_TENSOR_INT32); in testMutatingInputOperandCode()
507 newOperandCode == ANEURALNETWORKS_TENSOR_INT32 || in testMutatingInputOperandCode()
573 newOperandCode == ANEURALNETWORKS_TENSOR_INT32 || in testMutatingOutputOperandCode()
716 .type = ANEURALNETWORKS_TENSOR_INT32, in TEST()
733 .type = ANEURALNETWORKS_TENSOR_INT32, in TEST()
744 .type = ANEURALNETWORKS_TENSOR_INT32, in TEST()
770 .type = ANEURALNETWORKS_TENSOR_INT32, in TEST()
796 .type = ANEURALNETWORKS_TENSOR_INT32, in TEST()
814 .type = ANEURALNETWORKS_TENSOR_INT32, in TEST()
[all …]
DTestOperandExtraParams.cpp62 case ANEURALNETWORKS_TENSOR_INT32: in createOperand()
139 ANEURALNETWORKS_TENSOR_INT32,
DTestPartitioning.cpp685 case ANEURALNETWORKS_TENSOR_INT32: in addOperand()
DTestValidation.cpp3086 .type = ANEURALNETWORKS_TENSOR_INT32, in createAndCompileChannelQuantConvModel()
/frameworks/ml/nn/runtime/include/
DNeuralNetworks.h79 ANEURALNETWORKS_TENSOR_INT32 = 4, enumerator
DNeuralNetworksWrapper.h41 TENSOR_INT32 = ANEURALNETWORKS_TENSOR_INT32,
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp58 static_assert(ANEURALNETWORKS_TENSOR_INT32 == 4, "ANEURALNETWORKS_TENSOR_INT32 has changed");
/frameworks/ml/nn/common/
DUtils.cpp620 } else if (type.type == ANEURALNETWORKS_TENSOR_INT32) { in validateOperandTypeHelper()