| /packages/modules/NeuralNetworks/common/cpu_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 | 58 #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
|
| D | MirrorPad.cpp | 219 #define MIRROR_PAD_CASE(operandType, dataType) \ in eval() argument
|
| /packages/modules/NeuralNetworks/runtime/test/ |
| D | TestOperandExtraParams.cpp | 119 ANeuralNetworksOperandType operandType = createOperand(dataType); in testAddingWithSymmPerChannelQuantParams() local 242 ANeuralNetworksOperandType operandType = createOperand(dataType); in TEST_F() local 250 ANeuralNetworksOperandType operandType = createOperand(dataType); in TEST_F() local
|
| D | TestValidation.cpp | 73 ANeuralNetworksOperandType operandType = { in addScalarOperand() local 79 uint32_t addOperand(const ANeuralNetworksOperandType& operandType) { in addOperand() 89 ANeuralNetworksOperandType operandType = { in addTensorOperand() local 328 ANeuralNetworksOperandType operandType = { in addScalarOperand() local 335 ANeuralNetworksOperandType operandType = { in addTensorOperand() local 570 ANeuralNetworksOperandType operandType = { in TEST_F() local 2482 ANeuralNetworksOperandType operandType = { in createModel() local 2497 ANeuralNetworksOperandType operandType = { in TEST_F() local 2515 ANeuralNetworksOperandType operandType = { in TEST_F() local
|
| D | TestPartitioning.cpp | 2143 auto TestType = [](V1_3::OperandType operandType) { in TEST_F() 3092 V1_3::OperandType operandType = static_cast<V1_3::OperandType>(type); in TEST_F() local 3097 V1_3::OperandType operandType = static_cast<V1_3::OperandType>(type); in TEST_F() local 3105 V1_3::OperandType operandType = static_cast<V1_3::OperandType>(type); in TEST_F() local 3115 V1_3::OperandType operandType = static_cast<V1_3::OperandType>(type); in TEST_F() local 3122 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 4503 void batchMatmulTest(int32_t operandType) { in batchMatmulTest()
|
| /packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
| D | FuzzHarness.cpp | 40 const auto operandType = static_cast<OperandType>(operand.type); in operandOverflows() local
|
| /packages/modules/NeuralNetworks/common/ |
| D | LegacyHalUtils.cpp | 1069 static bool compliantWithV1_0(const V1_2::OperandType& operandType) { in compliantWithV1_0() 1073 static bool compliantWithV1_0(const V1_3::OperandType& operandType) { in compliantWithV1_0() 1077 static bool compliantWithV1_2(const V1_3::OperandType& operandType) { in compliantWithV1_2() 1081 V1_0::OperandType convertToV1_0(const V1_2::OperandType& operandType) { in convertToV1_0() 1089 V1_2::OperandType convertToV1_2(const V1_0::OperandType& operandType) { in convertToV1_2() 1093 V1_2::OperandType convertToV1_2(const V1_3::OperandType& operandType) { in convertToV1_2() 1101 V1_0::OperandType convertToV1_0(const V1_3::OperandType& operandType) { in convertToV1_0() 1511 OperandType uncheckedConvert(V1_3::OperandType operandType) { in uncheckedConvert() 1515 OperationType uncheckedConvert(V1_3::OperationType operandType) { in uncheckedConvert() 1635 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()
|
| /packages/modules/NeuralNetworks/runtime/include/ |
| D | NeuralNetworksWrapperExtensions.h | 52 ANeuralNetworksOperandType operandType; member
|
| D | NeuralNetworksWrapper.h | 127 ANeuralNetworksOperandType operandType; member
|
| /packages/modules/NeuralNetworks/common/types/src/ |
| D | TypeUtils.cpp | 120 bool isNonExtensionScalar(OperandType operandType) { in isNonExtensionScalar() 147 size_t getNonExtensionSize(OperandType operandType) { in getNonExtensionSize() 176 std::optional<size_t> getNonExtensionSize(OperandType operandType, const Dimensions& dimensions) { in getNonExtensionSize() 359 std::ostream& operator<<(std::ostream& os, const OperandType& operandType) { in operator <<()
|
| D | Validation.cpp | 143 Result<Version> validateOperandType(const OperandType& operandType) { in validateOperandType() 1842 Result<Version> validate(const OperandType& operandType) { in validate()
|
| /packages/modules/NeuralNetworks/runtime/ |
| D | TypeManager.cpp | 266 uint32_t operandType = static_cast<uint32_t>(type); in getExtensionOperandTypeInfo() local
|
| D | ModelBuilder.cpp | 83 OperandType operandType = static_cast<OperandType>(type.type); in addOperand() local
|
| D | ExecutionBuilder.cpp | 1177 const OperandType operandType = mModel->getOutputOperand(i).type; in updateOutputShapes() local
|
| D | ExecutionPlan.cpp | 2448 const OperandType operandType = mOperands[operandIndex].type; in getPerformance() local
|
| /packages/modules/NeuralNetworks/shim_and_sl/ |
| D | ShimDevice.cpp | 384 auto operandType = static_cast<::android::nn::OperandType>(op.operandType.type); in allocate() local 421 auto operandType = static_cast<::android::nn::OperandType>(op.operandType.type); in allocate() local
|
| /packages/modules/NeuralNetworks/shim_and_sl/public/ |
| D | NeuralNetworksSupportLibraryImpl.h | 67 int32_t operandType; member
|