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