/frameworks/ml/nn/runtime/test/specs/V1_2/ |
D | cast.mod.py | 23 operands = [ variable 66 operands = [ variable
|
/frameworks/ml/nn/runtime/test/specs/V1_3/ |
D | cast_identity.mod.py | 25 operands = [ variable
|
/frameworks/ml/nn/common/include/ |
D | CpuExecutor.h | 266 const RunTimeOperandInfo* operands) { in NumInputsWithValues() 284 inline RunTimeOperandInfo* GetInput(const hal::Operation& operation, RunTimeOperandInfo* operands, in GetInput() 289 inline RunTimeOperandInfo* GetOutput(const hal::Operation& operation, RunTimeOperandInfo* operands, in GetOutput()
|
/frameworks/ml/nn/common/operations/ |
D | Multinomial.cpp | 54 Multinomial::Multinomial(const Operation& operation, RunTimeOperandInfo* operands) { in Multinomial() 63 bool Multinomial::Prepare(const Operation& operation, RunTimeOperandInfo* operands, in Prepare()
|
D | EmbeddingLookup.cpp | 32 EmbeddingLookup::EmbeddingLookup(const Operation& operation, RunTimeOperandInfo* operands) { in EmbeddingLookup()
|
D | HashtableLookup.cpp | 40 HashtableLookup::HashtableLookup(const Operation& operation, RunTimeOperandInfo* operands) { in HashtableLookup()
|
D | LSHProjection.cpp | 34 LSHProjection::LSHProjection(const Operation& operation, RunTimeOperandInfo* operands) { in LSHProjection() 45 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 | RNN.cpp | 34 RNN::RNN(const Operation& operation, RunTimeOperandInfo* operands) { in RNN() 49 bool RNN::Prepare(const Operation& operation, RunTimeOperandInfo* operands, Shape* hiddenStateShape, in Prepare()
|
D | BidirectionalSequenceLSTM.cpp | 82 RunTimeOperandInfo* operands) { in BidirectionalSequenceLSTM() 209 bool BidirectionalSequenceLSTM::Prepare(const Operation& operation, RunTimeOperandInfo* operands, in Prepare()
|
D | QuantizedLSTM.cpp | 223 QuantizedLSTMCell::QuantizedLSTMCell(const Operation& operation, RunTimeOperandInfo* operands) { in QuantizedLSTMCell() 248 bool QuantizedLSTMCell::prepare(const Operation& operation, RunTimeOperandInfo* operands, in prepare()
|
D | LSTM.cpp | 54 LSTMCell::LSTMCell(const Operation& operation, RunTimeOperandInfo* operands) { in LSTMCell() 303 bool LSTMCell::Prepare(const Operation& operation, RunTimeOperandInfo* operands, in Prepare()
|
/frameworks/base/core/java/android/hardware/hdmi/ |
D | IHdmiVendorCommandListener.aidl | 26 void onReceived(int logicalAddress, int destAddress, in byte[] operands, boolean hasVendorId); in onReceived()
|
/frameworks/ml/nn/runtime/test/android_fuzzing/ |
D | Converter.cpp | 100 std::vector<TestOperand> convert(const Operands& operands) { in convert() 132 std::vector<TestOperand>* operands) { in calculateNumberOfConsumers() 146 std::vector<TestOperand> operands = convert(model.operands()); in convert() local
|
D | GenerateCorpus.cpp | 99 Operands convert(const std::vector<TestOperand>& operands) { in convert()
|
D | DriverFuzzTest.cpp | 65 hidl_vec<V1_3::Operand> operands(testSubgraph.operands.size()); in createSubgraph() local
|
D | Model.proto | 192 required Operands operands = 1; field
|
/frameworks/ml/nn/common/ |
D | CpuExecutor.cpp | 55 OperationExecutionContext(const Operation* operation, RunTimeOperandInfo* operands) in OperationExecutionContext() 88 RunTimeOperandInfo* operands; member in android::nn::__anonec8350e20111::OperationExecutionContext 610 RunTimeOperandInfo* operands) { in consumeOperationInputs() 628 static void freeUnusedSubgraphOperands(std::vector<RunTimeOperandInfo>* operands) { in freeUnusedSubgraphOperands() 654 std::vector<RunTimeOperandInfo> operands = initializeRunTimeInfo(model.main); in run() local 682 int CpuExecutor::executeSubgraph(const Subgraph& subgraph, RunTimeOperandInfo* operands) { in executeSubgraph() 694 std::vector<RunTimeOperandInfo> operands(count); in initializeRunTimeInfo() local 743 RunTimeOperandInfo* operands) { in updateForArguments() 776 int CpuExecutor::executeOperation(const Operation& operation, RunTimeOperandInfo* operands) { in executeOperation() 1743 int CpuExecutor::executeIfOperation(const Operation& operation, RunTimeOperandInfo* operands) { in executeIfOperation() [all …]
|
D | ValidateHal.cpp | 168 static bool validateOperands(const hidl_vec<VersionedOperand>& operands, in validateOperands() 450 const hidl_vec<Operand>& operands, in validateOperations() 551 const hidl_vec<Operand>& operands, OperandLifeTime lifetime) { in validateModelInputOutputs() 745 const hidl_vec<Operand>& operands, in validateRequestArguments() 865 std::vector<V1_3::Operand> operands; in validateMemoryDesc() local
|
D | Utils.cpp | 198 const uint32_t* outputIndexes, const Operand* operands, in OperationValidationContext() 229 const Operand* operands; member in android::nn::__anon8d54713c0111::OperationValidationContext 652 int validateOperationOperandTypes(const std::vector<Operand>& operands, uint32_t inOperandCount, in validateOperationOperandTypes() 731 const uint32_t* outputs, const std::vector<Operand>& operands, in validateIfOperation() 776 const std::vector<Operand>& operands, in validateWhileOperation() 850 const std::vector<hal::Operand>& operands, in validateOperation() 863 const uint32_t* outputIndexes, const std::vector<Operand>& operands, in validateOperation() 2922 hidl_vec<V1_0::Operand> convertToV1_0(const hidl_vec<V1_0::Operand>& operands) { in convertToV1_0() 2926 hidl_vec<V1_0::Operand> convertToV1_0(const hidl_vec<V1_2::Operand>& operands) { in convertToV1_0() 2933 hidl_vec<V1_0::Operand> convertToV1_0(const hidl_vec<V1_3::Operand>& operands) { in convertToV1_0() [all …]
|
/frameworks/ml/nn/runtime/ |
D | ModelBuilder.cpp | 543 const std::vector<Operand>& operands) { in logRemoval() 616 const std::vector<Operand>& operands, in countMatchingTrailingArguments()
|
/frameworks/ml/nn/tools/test_generator/test_harness/include_legacy/ |
D | TestHarness.h | 87 MixedTypedExampleType operands; member
|
/frameworks/base/tools/lock_agent/ |
D | agent.cpp | 179 const std::list<Operand*>& operands) { in addInst()
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiCecMessageBuilder.java | 587 byte[] operands) { in buildVendorCommandWithId()
|
/frameworks/ml/nn/tools/test_generator/test_harness/include/ |
D | TestHarness.h | 292 std::vector<TestOperand> operands; member
|