Searched refs:ANEURALNETWORKS_TENSOR_INT32 (Results 1 – 9 of 9) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestValidateModel.cpp | 76 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 …]
|
D | TestValidateOperations.cpp | 45 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 …]
|
D | TestOperandExtraParams.cpp | 62 case ANEURALNETWORKS_TENSOR_INT32: in createOperand() 139 ANEURALNETWORKS_TENSOR_INT32,
|
D | TestPartitioning.cpp | 685 case ANEURALNETWORKS_TENSOR_INT32: in addOperand()
|
D | TestValidation.cpp | 3086 .type = ANEURALNETWORKS_TENSOR_INT32, in createAndCompileChannelQuantConvModel()
|
/frameworks/ml/nn/runtime/include/ |
D | NeuralNetworks.h | 79 ANEURALNETWORKS_TENSOR_INT32 = 4, enumerator
|
D | NeuralNetworksWrapper.h | 41 TENSOR_INT32 = ANEURALNETWORKS_TENSOR_INT32,
|
/frameworks/ml/nn/runtime/ |
D | NeuralNetworks.cpp | 58 static_assert(ANEURALNETWORKS_TENSOR_INT32 == 4, "ANEURALNETWORKS_TENSOR_INT32 has changed");
|
/frameworks/ml/nn/common/ |
D | Utils.cpp | 620 } else if (type.type == ANEURALNETWORKS_TENSOR_INT32) { in validateOperandTypeHelper()
|