Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioningRandom.cpp400 std::vector<float> biasValue(problemSize); in makeRnnSpecialInput() local
401 std::generate(biasValue.begin(), biasValue.end(), in makeRnnSpecialInput()
403 model->setOperandValue(operandIndex, biasValue); in makeRnnSpecialInput()