Searched refs:inputGateBiasShape (Results 1 – 2 of 2) sorted by relevance
289 const Shape inputGateBiasShape = context->getInputShape(kInputGateBiasTensor); in prepare() local290 NN_RET_CHECK_EQ(getNumberOfDimensions(inputGateBiasShape), 1); in prepare()291 NN_RET_CHECK_EQ(getSizeOfDimension(inputGateBiasShape, 0), numCells); in prepare()
267 const Shape inputGateBiasShape = context->getInputShape(kInputGateBiasTensor); in prepare() local268 NN_RET_CHECK_EQ(getNumberOfDimensions(inputGateBiasShape), 1); in prepare()269 NN_RET_CHECK_EQ(getSizeOfDimension(inputGateBiasShape, 0), numUnits); in prepare()