Searched refs:biasValue (Results 1 – 1 of 1) sorted by relevance
400 std::vector<float> biasValue(problemSize); in makeRnnSpecialInput() local401 std::generate(biasValue.begin(), biasValue.end(), in makeRnnSpecialInput()403 model->setOperandValue(operandIndex, biasValue); in makeRnnSpecialInput()