Lines Matching refs:setOperandValue
184 void setOperandValue(uint32_t index, const std::vector<float>& value) { in setOperandValue() function in android::__anonc220281b0111::TestModel
188 WrapperModel::setOperandValue(index, value.data(), length); in setOperandValue()
191 WrapperModel::setOperandValue(index, mOperandValues.back().data(), length); in setOperandValue()
195 void setOperandValue(uint32_t index, const std::vector<int32_t>& value) { in setOperandValue() function in android::__anonc220281b0111::TestModel
199 WrapperModel::setOperandValue(index, value.data(), length); in setOperandValue()
202 void setOperandValue(uint32_t index, int32_t value) { in setOperandValue() function in android::__anonc220281b0111::TestModel
204 WrapperModel::setOperandValue(index, &value, sizeof(value)); in setOperandValue()
421 model->setOperandValue(operandIndex, biasValue); in makeRnnSpecialInput()
438 model->setOperandValue(operandIndex, permValue); in makeTransposeSpecialInput()
766 model.setOperandValue(operandIndex, activationFunction); in TEST_P()
902 model.setOperandValue(operandIndex, value); in TEST_P()