Home
last modified time | relevance | path

Searched refs:fwWeights (Results 1 – 3 of 3) sorted by relevance

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceRNN.cpp127 const T* fwWeights = context->getInputBuffer<T>(kFwWeightsTensor); in executeTyped() local
268 fixedTimeAuxInputShape, fwHiddenState, fwBias, fwWeights, fwWeightsShape, in executeTyped()
369 Shape fwWeights = context->getInputShape(kFwWeightsTensor); in prepare() local
390 const uint32_t fwNumUnits = getSizeOfDimension(fwWeights, 0); in prepare()
395 NN_RET_CHECK_EQ(getNumberOfDimensions(fwWeights), 2); in prepare()
404 NN_RET_CHECK_EQ(inputSize, getSizeOfDimension(fwWeights, 1)); in prepare()
/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp3943 ANeuralNetworksOperandType fwWeights = {.type = inputOperandCode, in bidirectionlSequenceRNNTest() local
3948 ANeuralNetworksOperandType bwWeights = fwWeights; in bidirectionlSequenceRNNTest()
3986 {input, fwWeights, fwRecurrentWeights, fwBias, fwHiddenState, in bidirectionlSequenceRNNTest()
3988 fwWeights, bwWeights, activation, timeMajor, mergeOutputs}, in bidirectionlSequenceRNNTest()
/frameworks/ml/nn/tools/api/
Dtypes.spec3496 * * 1: fwWeights.