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