Searched refs:bwAuxWeights (Results 1 – 2 of 2) sorted by relevance
112 const T* bwAuxWeights = nullptr; in executeTyped() local118 bwAuxWeights = context->getInputBuffer<T>(kBwAuxWeightsTensor); in executeTyped()266 bwAuxWeights, bwAuxWeightsShape, bwRecurrentWeights, in executeTyped()320 Shape bwAuxWeights = context->getInputShape(kBwAuxWeightsTensor); in prepare() local363 NN_RET_CHECK_EQ(getNumberOfDimensions(bwAuxWeights), 2u); in prepare()369 NN_RET_CHECK_EQ(getSizeOfDimension(bwAuxWeights, 0), bwNumUnits); in prepare()370 NN_RET_CHECK_EQ(getSizeOfDimension(bwAuxWeights, 1), getSizeOfDimension(auxInput, 2)); in prepare()
3687 * * 11:bwAuxWeights.3695 * * 11:bwAuxWeights.