/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/api/policy/contextrules/ |
D | PolicyContextRule.kt | 29 val operands: List<PolicyContextRule> constant 41 override val operands: List<PolicyContextRule> = emptyList() in invoke() constant 52 override val operands: List<PolicyContextRule> = listOf(lhs, rhs) in and() constant in com.android.libraries.pcc.chronicle.api.policy.contextrules.And 63 override val operands: List<PolicyContextRule> = listOf(lhs, rhs) in or() constant in com.android.libraries.pcc.chronicle.api.policy.contextrules.Or 73 override val operands: List<PolicyContextRule> = listOf(inner) in not() constant in com.android.libraries.pcc.chronicle.api.policy.contextrules.Not
|
/packages/modules/NeuralNetworks/driver/sample_hidl/ |
D | SampleDriverFloatXNNPACK.cpp | 75 RunTimeOperandInfo* operands) { in updateForArguments() 112 std::vector<RunTimeOperandInfo> operands(count); in initializeRunTimeInfo() local 157 std::vector<RunTimeOperandInfo>& operands, in Create() 273 V1_3::ErrorStatus Invoke(RunTimeOperandInfo* operands) { in Invoke() 497 RunTimeOperandInfo* operands, in VisitNode() 561 RunTimeOperandInfo* operands, in VisitAbsNode() 581 RunTimeOperandInfo* operands, in VisitAddNode() 612 RunTimeOperandInfo* operands, in VisitAveragePool2DNode() 695 RunTimeOperandInfo* operands, in VisitConv2DNode() 794 RunTimeOperandInfo* operands, in VisitDepthwiseConv2DNode() [all …]
|
/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
D | cast.mod.py | 23 operands = [ variable 66 operands = [ variable
|
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/policyengine/policy/rules/ |
D | NPAPolicyRules.kt | 29 override val operands: List<PolicyContextRule> = emptyList() constant 37 override val operands: List<PolicyContextRule> = emptyList() constant
|
/packages/modules/NeuralNetworks/runtime/ |
D | FlatbufferModelBuilderUtils.h | 125 inline Result<void> checkAllTensorOperandsHaveSpecifiedRank(const std::vector<Operand>& operands) { in checkAllTensorOperandsHaveSpecifiedRank() 138 const std::vector<Operand>& operands) { in checkNoSubgraphOutputOperandsHaveDynamicShape()
|
D | ModelBuilder.cpp | 570 const std::vector<Operand>& operands) { in logRemoval() 644 const std::vector<Operand>& operands, in countMatchingTrailingArguments()
|
/packages/modules/NeuralNetworks/common/include/ |
D | CpuExecutor.h | 265 inline int NumInputsWithValues(const Operation& operation, const RunTimeOperandInfo* operands) { in NumInputsWithValues() 283 inline RunTimeOperandInfo* GetInput(const Operation& operation, RunTimeOperandInfo* operands, in GetInput() 288 inline RunTimeOperandInfo* GetOutput(const Operation& operation, RunTimeOperandInfo* operands, in GetOutput()
|
/packages/modules/NeuralNetworks/common/cpu_operations/ |
D | Multinomial.cpp | 60 Multinomial::Multinomial(const Operation& operation, RunTimeOperandInfo* operands) { in Multinomial() 69 bool Multinomial::Prepare(const Operation& operation, RunTimeOperandInfo* operands, in Prepare()
|
D | EmbeddingLookup.cpp | 28 EmbeddingLookup::EmbeddingLookup(const Operation& operation, RunTimeOperandInfo* operands) { in EmbeddingLookup()
|
D | LSHProjection.cpp | 33 LSHProjection::LSHProjection(const Operation& operation, RunTimeOperandInfo* operands) { in LSHProjection() 44 bool LSHProjection::Prepare(const Operation& operation, RunTimeOperandInfo* operands, in Prepare()
|
D | SVDF.cpp | 33 SVDF::SVDF(const Operation& operation, RunTimeOperandInfo* operands) { in SVDF() 51 bool SVDF::Prepare(const Operation& operation, RunTimeOperandInfo* operands, Shape* stateShape, in Prepare()
|
D | HashtableLookup.cpp | 36 HashtableLookup::HashtableLookup(const Operation& operation, RunTimeOperandInfo* operands) { in HashtableLookup()
|
D | RNN.cpp | 30 RNN::RNN(const Operation& operation, RunTimeOperandInfo* operands) { in RNN() 45 bool RNN::Prepare(const Operation& operation, RunTimeOperandInfo* operands, Shape* hiddenStateShape, in Prepare()
|
D | BidirectionalSequenceLSTM.cpp | 81 RunTimeOperandInfo* operands) { in BidirectionalSequenceLSTM() 208 bool BidirectionalSequenceLSTM::Prepare(const Operation& operation, RunTimeOperandInfo* operands, in Prepare()
|
D | QuantizedLSTM.cpp | 224 QuantizedLSTMCell::QuantizedLSTMCell(const Operation& operation, RunTimeOperandInfo* operands) { in QuantizedLSTMCell() 249 bool QuantizedLSTMCell::prepare(const Operation& operation, RunTimeOperandInfo* operands, in prepare()
|
/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
D | cast_identity.mod.py | 25 operands = [ variable
|
/packages/modules/NeuralNetworks/common/ |
D | CpuExecutor.cpp | 69 OperationExecutionContext(const Operation* operation, RunTimeOperandInfo* operands) in OperationExecutionContext() 102 RunTimeOperandInfo* operands; member in android::nn::__anonfe513d680111::OperationExecutionContext 528 RunTimeOperandInfo* operands) { in consumeOperationInputs() 546 static void freeUnusedSubgraphOperands(std::vector<RunTimeOperandInfo>* operands) { in freeUnusedSubgraphOperands() 572 std::vector<RunTimeOperandInfo> operands = initializeRunTimeInfo(model.main); in run() local 600 int CpuExecutor::executeSubgraph(const Model::Subgraph& subgraph, RunTimeOperandInfo* operands) { in executeSubgraph() 613 std::vector<RunTimeOperandInfo> operands(count); in initializeRunTimeInfo() local 669 RunTimeOperandInfo* operands) { in updateForArguments() 719 [[maybe_unused]] RunTimeOperandInfo* operands) { in executeOperation() 1693 int CpuExecutor::executeIfOperation(const Operation& operation, RunTimeOperandInfo* operands) { in executeIfOperation() [all …]
|
D | ValidateHal.cpp | 168 static bool validateOperands(const hardware::hidl_vec<VersionedOperand>& operands, in validateOperands() 452 const hardware::hidl_vec<V1_3::Operand>& operands, in validateOperations() 557 const hardware::hidl_vec<V1_3::Operand>& operands, in validateModelInputOutputs() 753 const hardware::hidl_vec<V1_3::Operand>& operands, const MemoryAccessVerifier& poolVerifier, in validateRequestArguments() 881 std::vector<V1_3::Operand> operands; in validateMemoryDesc() local
|
D | LegacyHalUtils.cpp | 207 const std::vector<Operand>& operands, HalVersion halVersion) { in validateOperation() 871 auto operands = uncheckedConvert(convertToV1_3(model.operands)); in compliantWithV1_0() local 1211 hardware::hidl_vec<V1_0::Operand> convertToV1_0(const hardware::hidl_vec<V1_0::Operand>& operands) { in convertToV1_0() 1215 hardware::hidl_vec<V1_0::Operand> convertToV1_0(const hardware::hidl_vec<V1_2::Operand>& operands) { in convertToV1_0() 1222 hardware::hidl_vec<V1_0::Operand> convertToV1_0(const hardware::hidl_vec<V1_3::Operand>& operands) { in convertToV1_0() 1229 hardware::hidl_vec<V1_2::Operand> convertToV1_2(const hardware::hidl_vec<V1_0::Operand>& operands) { in convertToV1_2() 1236 hardware::hidl_vec<V1_2::Operand> convertToV1_2(const hardware::hidl_vec<V1_2::Operand>& operands) { in convertToV1_2() 1240 hardware::hidl_vec<V1_2::Operand> convertToV1_2(const hardware::hidl_vec<V1_3::Operand>& operands) { in convertToV1_2() 1247 hardware::hidl_vec<V1_3::Operand> convertToV1_3(const hardware::hidl_vec<V1_0::Operand>& operands) { in convertToV1_3() 1254 hardware::hidl_vec<V1_3::Operand> convertToV1_3(const hardware::hidl_vec<V1_2::Operand>& operands) { in convertToV1_3() [all …]
|
D | ModelUtils.cpp | 101 void identifyUsedSubgraphs(const std::vector<Operand>& operands, in identifyUsedSubgraphs() 202 void fixOperandDataLocations(std::vector<Operand>* operands, Model::OperandValues* newOperandValues, in fixOperandDataLocations()
|
D | LegacyUtils.cpp | 160 const uint32_t* outputIndexes, const Operand* operands) in OperationValidationContext() 188 const Operand* operands; member in android::nn::__anonf2f7c8770111::OperationValidationContext 510 int validateOperationOperandTypes(const std::vector<Operand>& operands, uint32_t inOperandCount, in validateOperationOperandTypes() 586 const uint32_t* outputs, const std::vector<Operand>& operands, in validateIfOperation() 630 const std::vector<Operand>& operands, in validateWhileOperation() 703 const uint32_t* outputIndexes, const std::vector<Operand>& operands, in validateOperation()
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
D | Converter.cpp | 110 std::vector<TestOperand> convert(const Operands& operands) { in convert() 142 std::vector<TestOperand>* operands) { in calculateNumberOfConsumers() 156 std::vector<TestOperand> operands = convert(subgraph.operands()); in convert() local
|
D | GenerateCorpus.cpp | 106 Operands convert(const std::vector<TestOperand>& operands) { in convert()
|
/packages/modules/NeuralNetworks/common/types/src/ |
D | Validation.cpp | 663 const std::vector<Operand>& operands, size_t operandValuesSize, in validateOperands() 685 const std::vector<Operand>& operands, in validateOperations() 749 const std::vector<Operand>& operands, in validateModelSubgraphInputOutputs() 1148 const std::vector<uint32_t>& operandIndexes, const std::vector<Operand>& operands, in validateRequestArgumentsForModel() 1255 std::vector<nn::Operand> operands; in validateMemoryDescImpl() local 1324 const std::vector<Operand>& operands) in OperationValidationContext() 1348 const std::vector<Operand>& operands; member in android::nn::__anon9d9c73d70111::OperationValidationContext 1597 const std::vector<Operand>& operands, in validateIfOperation() 1651 const std::vector<Operand>& operands, in validateWhileOperation() 1741 const std::vector<Operand>& operands, in validateOperationButNotOperandsImpl() [all …]
|
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/ |
D | TestUtils.cpp | 100 std::vector<Operand> operands; in createSubgraph() local
|