Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/operations/
DCast.cpp46 #define ANDROID_NN_COPY_CAST(operandType, dataType) \ in copyToTensor() argument
77 #define ANDROID_NN_COPY_TO_TENSOR(operandType, dataType) \ in eval() argument
DArgMinMax.cpp56 #define NNAPI_IMPL_ARG_MIN_MAX(operandType, dataType) \ in argMinMaxGeneric() argument
DTile.cpp93 #define ANDROID_NN_IMPL_TILE(operandType, dataType) \ in eval() argument
/packages/modules/NeuralNetworks/runtime/test/
DTestOperandExtraParams.cpp119 ANeuralNetworksOperandType operandType = createOperand(dataType); in testAddingWithSymmPerChannelQuantParams() local
240 ANeuralNetworksOperandType operandType = createOperand(dataType); in TEST_F() local
248 ANeuralNetworksOperandType operandType = createOperand(dataType); in TEST_F() local
DTestValidation.cpp66 ANeuralNetworksOperandType operandType = { in addScalarOperand() local
72 uint32_t addOperand(const ANeuralNetworksOperandType& operandType) { in addOperand()
82 ANeuralNetworksOperandType operandType = { in addTensorOperand() local
315 ANeuralNetworksOperandType operandType = { in addScalarOperand() local
322 ANeuralNetworksOperandType operandType = { in addTensorOperand() local
557 ANeuralNetworksOperandType operandType = { in TEST_F() local
2421 ANeuralNetworksOperandType operandType = { in createModel() local
2436 ANeuralNetworksOperandType operandType = { in TEST_F() local
2454 ANeuralNetworksOperandType operandType = { in TEST_F() local
DTestPartitioning.cpp2142 auto TestType = [](V1_3::OperandType operandType) { in TEST_F()
3090 V1_3::OperandType operandType = static_cast<V1_3::OperandType>(type); in TEST_F() local
3095 V1_3::OperandType operandType = static_cast<V1_3::OperandType>(type); in TEST_F() local
3103 V1_3::OperandType operandType = static_cast<V1_3::OperandType>(type); in TEST_F() local
3113 V1_3::OperandType operandType = static_cast<V1_3::OperandType>(type); in TEST_F() local
3120 V1_3::OperandType operandType = static_cast<V1_3::OperandType>( in TEST_F() local
DTestValidateOperations.cpp76 ANeuralNetworksOperandType operandType; member
662 const auto& operandType = operand.operandType; in operator <<() local
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DFuzzHarness.cpp39 const auto operandType = static_cast<OperandType>(operand.type); in operandOverflows() local
/packages/modules/NeuralNetworks/runtime/include/
DNeuralNetworksWrapperExtensions.h52 ANeuralNetworksOperandType operandType; member
DNeuralNetworksWrapper.h127 ANeuralNetworksOperandType operandType; member
/packages/modules/NeuralNetworks/common/
DLegacyHalUtils.cpp1066 static bool compliantWithV1_0(const V1_2::OperandType& operandType) { in compliantWithV1_0()
1070 static bool compliantWithV1_0(const V1_3::OperandType& operandType) { in compliantWithV1_0()
1074 static bool compliantWithV1_2(const V1_3::OperandType& operandType) { in compliantWithV1_2()
1078 V1_0::OperandType convertToV1_0(const V1_2::OperandType& operandType) { in convertToV1_0()
1086 V1_2::OperandType convertToV1_2(const V1_0::OperandType& operandType) { in convertToV1_2()
1090 V1_2::OperandType convertToV1_2(const V1_3::OperandType& operandType) { in convertToV1_2()
1098 V1_0::OperandType convertToV1_0(const V1_3::OperandType& operandType) { in convertToV1_0()
1508 OperandType uncheckedConvert(V1_3::OperandType operandType) { in uncheckedConvert()
1512 OperationType uncheckedConvert(V1_3::OperationType operandType) { in uncheckedConvert()
1632 V1_3::OperandType convertToV1_3(OperandType operandType) { in convertToV1_3()
[all …]
DValidateHal.cpp959 bool validOperandType(V1_0::OperandType operandType) { in validOperandType()
975 bool validOperandType(V1_2::OperandType operandType) { in validOperandType()
999 bool validOperandType(V1_3::OperandType operandType) { in validOperandType()
DTypeUtils.cpp72 bool isNonExtensionScalar(OperandType operandType) { in isNonExtensionScalar()
99 size_t getNonExtensionSize(OperandType operandType) { in getNonExtensionSize()
128 std::optional<size_t> getNonExtensionSize(OperandType operandType, const Dimensions& dimensions) { in getNonExtensionSize()
283 std::ostream& operator<<(std::ostream& os, const OperandType& operandType) { in operator <<()
DValidation.cpp174 Result<Version> validateOperandType(const OperandType& operandType) { in validateOperandType()
2725 Result<Version> validate(const OperandType& operandType) { in validate()
/packages/modules/NeuralNetworks/shim_and_sl/
DShimDevice.cpp383 auto operandType = static_cast<::android::nn::OperandType>(op.operandType.type); in allocate() local
420 auto operandType = static_cast<::android::nn::OperandType>(op.operandType.type); in allocate() local
/packages/modules/NeuralNetworks/runtime/
DTypeManager.cpp244 uint32_t operandType = static_cast<uint32_t>(type); in getExtensionOperandTypeInfo() local
DModelBuilder.cpp79 OperandType operandType = static_cast<OperandType>(type.type); in addOperand() local
DExecutionBuilder.cpp1132 const OperandType operandType = mModel->getOutputOperand(i).type; in updateOutputShapes() local
DExecutionPlan.cpp2395 const OperandType operandType = mOperands[operandIndex].type; in getPerformance() local
/packages/modules/NeuralNetworks/shim_and_sl/public/
DNeuralNetworksSupportLibraryImpl.h67 int32_t operandType; member