Searched refs:fwWeights (Results 1 – 2 of 2) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | BidirectionalSequenceRNN.cpp | 82 const T* fwWeights = context->getInputBuffer<T>(kFwWeightsTensor); in executeTyped() local 197 fixedTimeAuxInputShape, fwHiddenState, fwBias, fwWeights, fwWeightsShape, in executeTyped() 292 Shape fwWeights = context->getInputShape(kFwWeightsTensor); in prepare() local 319 const uint32_t fwNumUnits = getSizeOfDimension(fwWeights, 0); in prepare() 324 NN_RET_CHECK_EQ(getNumberOfDimensions(fwWeights), 2); in prepare() 333 NN_RET_CHECK_EQ(inputSize, getSizeOfDimension(fwWeights, 1)); in prepare()
|
/frameworks/ml/nn/runtime/test/ |
D | TestValidateOperations.cpp | 2944 ANeuralNetworksOperandType fwWeights = {.type = inputOperandCode, in bidirectionlSequenceRNNTest() local 2949 ANeuralNetworksOperandType bwWeights = fwWeights; in bidirectionlSequenceRNNTest() 2987 {input, fwWeights, fwRecurrentWeights, fwBias, fwHiddenState, in bidirectionlSequenceRNNTest() 2989 fwWeights, bwWeights, activation, timeMajor, mergeOutputs}, in bidirectionlSequenceRNNTest()
|