Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DCast.cpp49 #define ANDROID_NN_COPY_CAST(operandType, dataType) \ in copyToTensor() argument
80 #define ANDROID_NN_COPY_TO_TENSOR(operandType, dataType) \ in eval() argument
DArgMinMax.cpp60 #define NNAPI_IMPL_ARG_MIN_MAX(operandType, dataType) \ in argMinMaxGeneric() argument
DTile.cpp95 #define ANDROID_NN_IMPL_TILE(operandType, dataType) \ in eval() argument
/frameworks/ml/nn/runtime/test/
DTestOperandExtraParams.cpp118 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
DTestValidation.cpp62 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
DTestPartitioning.cpp1977 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
DTestValidateOperations.cpp77 ANeuralNetworksOperandType operandType; member
663 const auto& operandType = operand.operandType; in operator <<() local
/frameworks/ml/nn/runtime/test/android_fuzzing/
DFuzzHarness.cpp39 const auto operandType = static_cast<OperandType>(operand.type); in operandOverflows() local
/frameworks/ml/nn/runtime/include/
DNeuralNetworksWrapperExtensions.h50 ANeuralNetworksOperandType operandType; member
DNeuralNetworksWrapper.h111 ANeuralNetworksOperandType operandType; member
/frameworks/ml/nn/common/
DValidateHal.cpp943 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()
DUtils.cpp2780 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/
DTypeManager.cpp251 uint32_t operandType = static_cast<uint32_t>(type); in getExtensionOperandTypeInfo() local
DModelBuilder.cpp68 OperandType operandType = static_cast<OperandType>(type.type); in addOperand() local
DExecutionBuilder.cpp905 const OperandType operandType = mModel->getOutputOperand(i).type; in updateOutputShapes() local
DExecutionPlan.cpp1900 const OperandType operandType = mOperands[operandIndex].type; in getPerformance() local