Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DQLSTM.cpp325 const Shape outputLayerNormShape = context->getInputShape(kOutputLayerNormTensor); in prepare() local
326 NN_RET_CHECK_EQ(getNumberOfDimensions(outputLayerNormShape), 1); in prepare()
327 NN_RET_CHECK_EQ(getSizeOfDimension(outputLayerNormShape, 0), numUnits); in prepare()
385 const Shape outputLayerNormShape = context->getInputShape(kOutputLayerNormTensor); in execute() local
575 NN_RET_CHECK(QuantizeMultiplier(outputLayerNormShape.scale, &outputLayerNormScaleA, in execute()
669 std::min(1, static_cast<int32_t>(10000 * outputLayerNormShape.scale)); in execute()
DUnidirectionalSequenceLSTM.cpp345 const Shape outputLayerNormShape = context->getInputShape(kOutputLayerNormWeightsTensor); in prepare() local
346 NN_RET_CHECK_EQ(getNumberOfDimensions(outputLayerNormShape), 1); in prepare()
347 NN_RET_CHECK_EQ(getSizeOfDimension(outputLayerNormShape, 0), numCells); in prepare()