Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioningRandom.cpp403 std::vector<float> biasValue(problemSize); in makeRnnSpecialInput() local
404 std::generate(biasValue.begin(), biasValue.end(), [this] { return randFrac(); }); in makeRnnSpecialInput()
405 model->setOperandValue(operandIndex, biasValue); in makeRnnSpecialInput()