Home
last modified time | relevance | path

Searched defs:operands (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/ml/nn/runtime/test/specs/V1_2/
Dcast.mod.py23 operands = [ variable
66 operands = [ variable
/frameworks/ml/nn/runtime/test/specs/V1_3/
Dcast_identity.mod.py25 operands = [ variable
/frameworks/ml/nn/common/include/
DCpuExecutor.h266 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/
DMultinomial.cpp54 Multinomial::Multinomial(const Operation& operation, RunTimeOperandInfo* operands) { in Multinomial()
63 bool Multinomial::Prepare(const Operation& operation, RunTimeOperandInfo* operands, in Prepare()
DEmbeddingLookup.cpp32 EmbeddingLookup::EmbeddingLookup(const Operation& operation, RunTimeOperandInfo* operands) { in EmbeddingLookup()
DHashtableLookup.cpp40 HashtableLookup::HashtableLookup(const Operation& operation, RunTimeOperandInfo* operands) { in HashtableLookup()
DLSHProjection.cpp34 LSHProjection::LSHProjection(const Operation& operation, RunTimeOperandInfo* operands) { in LSHProjection()
45 bool LSHProjection::Prepare(const Operation& operation, RunTimeOperandInfo* operands, in Prepare()
DSVDF.cpp33 SVDF::SVDF(const Operation& operation, RunTimeOperandInfo* operands) { in SVDF()
51 bool SVDF::Prepare(const Operation& operation, RunTimeOperandInfo* operands, Shape* stateShape, in Prepare()
DRNN.cpp34 RNN::RNN(const Operation& operation, RunTimeOperandInfo* operands) { in RNN()
49 bool RNN::Prepare(const Operation& operation, RunTimeOperandInfo* operands, Shape* hiddenStateShape, in Prepare()
DBidirectionalSequenceLSTM.cpp82 RunTimeOperandInfo* operands) { in BidirectionalSequenceLSTM()
209 bool BidirectionalSequenceLSTM::Prepare(const Operation& operation, RunTimeOperandInfo* operands, in Prepare()
DQuantizedLSTM.cpp223 QuantizedLSTMCell::QuantizedLSTMCell(const Operation& operation, RunTimeOperandInfo* operands) { in QuantizedLSTMCell()
248 bool QuantizedLSTMCell::prepare(const Operation& operation, RunTimeOperandInfo* operands, in prepare()
DLSTM.cpp54 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/
DIHdmiVendorCommandListener.aidl26 void onReceived(int logicalAddress, int destAddress, in byte[] operands, boolean hasVendorId); in onReceived()
/frameworks/ml/nn/runtime/test/android_fuzzing/
DConverter.cpp100 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
DGenerateCorpus.cpp99 Operands convert(const std::vector<TestOperand>& operands) { in convert()
DDriverFuzzTest.cpp65 hidl_vec<V1_3::Operand> operands(testSubgraph.operands.size()); in createSubgraph() local
DModel.proto192 required Operands operands = 1; field
/frameworks/ml/nn/common/
DCpuExecutor.cpp55 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 …]
DValidateHal.cpp168 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
DUtils.cpp198 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/
DModelBuilder.cpp543 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/
DTestHarness.h87 MixedTypedExampleType operands; member
/frameworks/base/tools/lock_agent/
Dagent.cpp179 const std::list<Operand*>& operands) { in addInst()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiCecMessageBuilder.java587 byte[] operands) { in buildVendorCommandWithId()
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h292 std::vector<TestOperand> operands; member

12