/frameworks/ml/nn/common/operations/ |
D | Cast.cpp | 49 #define ANDROID_NN_COPY_CAST(operandType, dataType) \ in copyToTensor() argument 80 #define ANDROID_NN_COPY_TO_TENSOR(operandType, dataType) \ in eval() argument
|
D | ArgMinMax.cpp | 60 #define NNAPI_IMPL_ARG_MIN_MAX(operandType, dataType) \ in argMinMaxGeneric() argument
|
D | Tile.cpp | 95 #define ANDROID_NN_IMPL_TILE(operandType, dataType) \ in eval() argument
|
/frameworks/ml/nn/runtime/test/ |
D | TestOperandExtraParams.cpp | 118 ANeuralNetworksOperandType operandType = createOperand(dataType); in testAddingWithSymmPerChannelQuantParams() local 239 ANeuralNetworksOperandType operandType = createOperand(dataType); in TEST_F() local 247 ANeuralNetworksOperandType operandType = createOperand(dataType); in TEST_F() local
|
D | TestValidation.cpp | 62 ANeuralNetworksOperandType operandType = { in addScalarOperand() local 68 uint32_t addOperand(const ANeuralNetworksOperandType& operandType) { in addOperand() 78 ANeuralNetworksOperandType operandType = { in addTensorOperand() local 311 ANeuralNetworksOperandType operandType = { in addScalarOperand() local 318 ANeuralNetworksOperandType operandType = { in addTensorOperand() local 551 ANeuralNetworksOperandType operandType = { in TEST_F() local 1926 ANeuralNetworksOperandType operandType = { in createModel() local 1941 ANeuralNetworksOperandType operandType = { in TEST_F() local 1959 ANeuralNetworksOperandType operandType = { in TEST_F() local
|
D | TestPartitioning.cpp | 1977 auto TestType = [](OperandType operandType) { in TEST_F() 2528 OperandType operandType = static_cast<OperandType>(type); in TEST_F() local 2533 OperandType operandType = static_cast<OperandType>(type); in TEST_F() local 2541 OperandType operandType = static_cast<OperandType>(type); in TEST_F() local 2551 OperandType operandType = static_cast<OperandType>(type); in TEST_F() local 2558 OperandType operandType = in TEST_F() local
|
D | TestValidateOperations.cpp | 77 ANeuralNetworksOperandType operandType; member 663 const auto& operandType = operand.operandType; in operator <<() local
|
/frameworks/ml/nn/runtime/test/android_fuzzing/ |
D | FuzzHarness.cpp | 39 const auto operandType = static_cast<OperandType>(operand.type); in operandOverflows() local
|
/frameworks/ml/nn/runtime/include/ |
D | NeuralNetworksWrapperExtensions.h | 50 ANeuralNetworksOperandType operandType; member
|
D | NeuralNetworksWrapper.h | 111 ANeuralNetworksOperandType operandType; member
|
/frameworks/ml/nn/common/ |
D | ValidateHal.cpp | 943 bool validOperandType(V1_0::OperandType operandType) { in validOperandType() 959 bool validOperandType(V1_2::OperandType operandType) { in validOperandType() 983 bool validOperandType(V1_3::OperandType operandType) { in validOperandType()
|
D | Utils.cpp | 2780 static bool compliantWithV1_0(const V1_2::OperandType& operandType) { in compliantWithV1_0() 2784 static bool compliantWithV1_0(const V1_3::OperandType& operandType) { in compliantWithV1_0() 2788 static bool compliantWithV1_2(const V1_3::OperandType& operandType) { in compliantWithV1_2() 2792 V1_0::OperandType convertToV1_0(const V1_2::OperandType& operandType) { in convertToV1_0() 2800 V1_2::OperandType convertToV1_2(const V1_0::OperandType& operandType) { in convertToV1_2() 2804 V1_2::OperandType convertToV1_2(const V1_3::OperandType& operandType) { in convertToV1_2() 2812 V1_0::OperandType convertToV1_0(const V1_3::OperandType& operandType) { in convertToV1_0()
|
/frameworks/ml/nn/runtime/ |
D | TypeManager.cpp | 251 uint32_t operandType = static_cast<uint32_t>(type); in getExtensionOperandTypeInfo() local
|
D | ModelBuilder.cpp | 68 OperandType operandType = static_cast<OperandType>(type.type); in addOperand() local
|
D | ExecutionBuilder.cpp | 905 const OperandType operandType = mModel->getOutputOperand(i).type; in updateOutputShapes() local
|
D | ExecutionPlan.cpp | 1900 const OperandType operandType = mOperands[operandIndex].type; in getPerformance() local
|