Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceRNN.cpp89 const T* bwWeights = context->getInputBuffer<T>(kBwWeightsTensor); in executeTyped() local
226 fixedTimeAuxInputShape, bwHiddenState, bwBias, bwWeights, bwWeightsShape, in executeTyped()
296 Shape bwWeights = context->getInputShape(kBwWeightsTensor); in prepare() local
320 const uint32_t bwNumUnits = getSizeOfDimension(bwWeights, 0); in prepare()
328 NN_RET_CHECK_EQ(getNumberOfDimensions(bwWeights), 2); in prepare()
340 NN_RET_CHECK_EQ(inputSize, getSizeOfDimension(bwWeights, 1)); in prepare()
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp2949 ANeuralNetworksOperandType bwWeights = fwWeights; in bidirectionlSequenceRNNTest() local
2988 bwWeights, bwRecurrentWeights, bwBias, bwHiddenState, input, in bidirectionlSequenceRNNTest()
2989 fwWeights, bwWeights, activation, timeMajor, mergeOutputs}, in bidirectionlSequenceRNNTest()