Searched refs:biasValue (Results 1 – 1 of 1) sorted by relevance
419 std::vector<float> biasValue(problemSize); in makeRnnSpecialInput() local420 std::generate(biasValue.begin(), biasValue.end(), [this] { return randFrac(); }); in makeRnnSpecialInput()421 model->setOperandValue(operandIndex, biasValue); in makeRnnSpecialInput()