/packages/modules/NeuralNetworks/common/operations/ |
D | Cast.cpp | 46 #define ANDROID_NN_COPY_CAST(operandType, dataType) \ in copyToTensor() argument 77 #define ANDROID_NN_COPY_TO_TENSOR(operandType, dataType) \ in eval() argument
|
D | ArgMinMax.cpp | 56 #define NNAPI_IMPL_ARG_MIN_MAX(operandType, dataType) \ in argMinMaxGeneric() argument
|
D | Tile.cpp | 93 #define ANDROID_NN_IMPL_TILE(operandType, dataType) \ in eval() argument
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestOperandExtraParams.cpp | 119 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
|
D | TestValidation.cpp | 66 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
|
D | TestPartitioning.cpp | 2142 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
|
D | TestValidateOperations.cpp | 76 ANeuralNetworksOperandType operandType; member 662 const auto& operandType = operand.operandType; in operator <<() local
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
D | FuzzHarness.cpp | 39 const auto operandType = static_cast<OperandType>(operand.type); in operandOverflows() local
|
/packages/modules/NeuralNetworks/runtime/include/ |
D | NeuralNetworksWrapperExtensions.h | 52 ANeuralNetworksOperandType operandType; member
|
D | NeuralNetworksWrapper.h | 127 ANeuralNetworksOperandType operandType; member
|
/packages/modules/NeuralNetworks/common/ |
D | LegacyHalUtils.cpp | 1066 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 …]
|
D | ValidateHal.cpp | 959 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()
|
D | TypeUtils.cpp | 72 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 <<()
|
D | Validation.cpp | 174 Result<Version> validateOperandType(const OperandType& operandType) { in validateOperandType() 2725 Result<Version> validate(const OperandType& operandType) { in validate()
|
/packages/modules/NeuralNetworks/shim_and_sl/ |
D | ShimDevice.cpp | 383 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/ |
D | TypeManager.cpp | 244 uint32_t operandType = static_cast<uint32_t>(type); in getExtensionOperandTypeInfo() local
|
D | ModelBuilder.cpp | 79 OperandType operandType = static_cast<OperandType>(type.type); in addOperand() local
|
D | ExecutionBuilder.cpp | 1132 const OperandType operandType = mModel->getOutputOperand(i).type; in updateOutputShapes() local
|
D | ExecutionPlan.cpp | 2395 const OperandType operandType = mOperands[operandIndex].type; in getPerformance() local
|
/packages/modules/NeuralNetworks/shim_and_sl/public/ |
D | NeuralNetworksSupportLibraryImpl.h | 67 int32_t operandType; member
|