Home
last modified time | relevance | path

Searched refs:mOpCode (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/rsov/compiler/spirit/
Dcore_defs.h60 OpCodeAndWordCount() : mOpCode(0) {} in OpCodeAndWordCount()
62 : mOpCode((uint16_t)codeAndCount), in OpCodeAndWordCount()
65 : mOpCode((uint16_t)opcode), mWordCount((uint16_t)wordCount) {} in OpCodeAndWordCount()
68 return ((uint32_t)mWordCount << 16) | (uint32_t)mOpCode; in uint32_t()
71 uint16_t mOpCode; member
Dinstructions.cpp31 if (mCodeAndCount.mOpCode == OpDecorate) { in decorate()
43 if (mCodeAndCount.mOpCode != OpTypeStruct) { in memberDecorate()
Dinstructions.h83 if (codeAndCount.mOpCode != opcode) { in DeserializeFirstWord()
145 uint16_t getOpCode() const { return mCodeAndCount.mOpCode; } in getOpCode()
Dmodule.cpp620 if (inst->getOpCode() == T::mOpCode) { in findOrCreate()
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp72 : mOpCode(opCode) { in OperationTestBase()
119 model, mOpCode, static_cast<uint32_t>(inputIds.size()), inputIds.data(), in addOperation()
150 if (mOpCode == ANEURALNETWORKS_LSH_PROJECTION && i == 1) { in testMutatingInputOperandCode()
158 if (mOpCode == ANEURALNETWORKS_TRANSPOSE_CONV_2D && i == 1) { in testMutatingInputOperandCode()
166 if (mOpCode == ANEURALNETWORKS_CAST && i == 0) { in testMutatingInputOperandCode()
174 if (mOpCode == ANEURALNETWORKS_RANDOM_MULTINOMIAL && i == 0) { in testMutatingInputOperandCode()
183 if (mOpCode == ANEURALNETWORKS_DEQUANTIZE && i == 0) { in testMutatingInputOperandCode()
196 if (mOpCode == ANEURALNETWORKS_CONV_2D && i == 7 && mValidInputs.size() == 10) { in testMutatingInputOperandCode()
206 if (mOpCode == ANEURALNETWORKS_QUANTIZE && i == 0 && in testMutatingInputOperandCode()
212 if ((mOpCode == ANEURALNETWORKS_ARGMIN || mOpCode == ANEURALNETWORKS_ARGMAX) && in testMutatingInputOperandCode()
[all …]