Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/
DExecutionPlan.cpp100 const Operand& fromOperand) { in copyOperandExtraParams() argument
101 if (fromOperand.type == OperandType::TENSOR_QUANT8_SYMM_PER_CHANNEL && in copyOperandExtraParams()
102 fromOperand.extraParams.getDiscriminator() == in copyOperandExtraParams()
104 auto& fromChannelQuant = fromOperand.extraParams.channelQuant(); in copyOperandExtraParams()
111 } else if (isExtensionOperandType(fromOperand.type) && in copyOperandExtraParams()
112 fromOperand.extraParams.getDiscriminator() == in copyOperandExtraParams()
114 hidl_vec<uint8_t> extensionData = fromOperand.extraParams.extension(); in copyOperandExtraParams()
117 } else if (fromOperand.extraParams.getDiscriminator() != in copyOperandExtraParams()
119 fromOperand.type == OperandType::TENSOR_QUANT8_SYMM_PER_CHANNEL) { in copyOperandExtraParams()
120 LOG(ERROR) << "Type " << toString(fromOperand.type) in copyOperandExtraParams()
[all …]