Searched refs:checkBiasShape (Results 1 – 1 of 1) sorted by relevance
302 auto checkBiasShape = [&](const RunTimeOperandInfo* bias) -> bool { in prepare() local313 NN_RET_CHECK(checkBiasShape(inputGateBias)); in prepare()314 NN_RET_CHECK(checkBiasShape(forgetGateBias)); in prepare()315 NN_RET_CHECK(checkBiasShape(cellGateBias)); in prepare()316 NN_RET_CHECK(checkBiasShape(outputGateBias)); in prepare()