Home
last modified time | relevance | path

Searched defs:operandType (Results 1 – 14 of 14) sorted by relevance

/frameworks/ml/nn/common/operations/
DCast.cpp42 #define ANDROID_NN_COPY_CAST(operandType, dataType) \ in copyToTensor() argument
76 #define ANDROID_NN_COPY_TO_TENSOR(operandType, dataType) \ in eval() argument
DArgMinMax.cpp61 #define NNAPI_IMPL_ARG_MIN_MAX(operandType, dataType) \ in argMinMaxGeneric() argument
DTile.cpp89 #define ANDROID_NN_IMPL_TILE(operandType, dataType) \ in eval() argument
/frameworks/ml/nn/runtime/test/
DTestOperandExtraParams.cpp110 ANeuralNetworksOperandType operandType = createOperand(dataType); in testAddingWithSymmPerChannelQuantParams() local
229 ANeuralNetworksOperandType operandType = createOperand(dataType); in TEST_F() local
237 ANeuralNetworksOperandType operandType = createOperand(dataType); in TEST_F() local
DTestPartitioning.cpp1683 auto TestType = [](OperandType operandType) { in TEST_F()
2082 OperandType operandType = static_cast<OperandType>(type); in TEST_F() local
2087 OperandType operandType = static_cast<OperandType>(type); in TEST_F() local
2095 OperandType operandType = static_cast<OperandType>(type); in TEST_F() local
2101 OperandType operandType = static_cast<OperandType>(type); in TEST_F() local
2108 OperandType operandType = in TEST_F() local
DTestValidation.cpp52 ANeuralNetworksOperandType operandType = { in addScalarOperand() local
58 uint32_t addOperand(const ANeuralNetworksOperandType& operandType) { in addOperand()
65 ANeuralNetworksOperandType operandType = { in addTensorOperand() local
DTestValidateOperations.cpp63 ANeuralNetworksOperandType operandType; member
/frameworks/ml/nn/common/
DValidateHal.cpp608 bool validOperandType(V1_0::OperandType operandType) { in validOperandType()
624 bool validOperandType(V1_2::OperandType operandType) { in validOperandType()
DUtils.cpp2258 V1_2::OperandType convertToV1_2(const V1_0::OperandType& operandType) { in convertToV1_2()
2262 static bool compliantWithV1_0(const V1_2::OperandType& operandType) { in compliantWithV1_0()
2266 V1_0::OperandType convertToV1_0(const V1_2::OperandType& operandType) { in convertToV1_0()
/frameworks/ml/nn/runtime/include/
DNeuralNetworksWrapperExtensions.h50 ANeuralNetworksOperandType operandType; member
DNeuralNetworksWrapper.h98 ANeuralNetworksOperandType operandType; member
/frameworks/ml/nn/runtime/
DTypeManager.cpp269 uint32_t operandType = static_cast<uint32_t>(type); in getExtensionOperandTypeInfo() local
DModelBuilder.cpp62 OperandType operandType = static_cast<OperandType>(type.type); in addOperand() local
DExecutionPlan.cpp1060 const OperandType operandType = mOperands[operandIndex].type; in getPerformanceInfo() local