Searched refs:bwWeights (Results 1 – 3 of 3) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | BidirectionalSequenceRNN.cpp | 134 const T* bwWeights = context->getInputBuffer<T>(kBwWeightsTensor); in executeTyped() local 296 fixedTimeAuxInputShape, bwHiddenState, bwBias, bwWeights, bwWeightsShape, in executeTyped() 373 Shape bwWeights = context->getInputShape(kBwWeightsTensor); in prepare() local 391 const uint32_t bwNumUnits = getSizeOfDimension(bwWeights, 0); in prepare() 399 NN_RET_CHECK_EQ(getNumberOfDimensions(bwWeights), 2); in prepare() 412 NN_RET_CHECK_EQ(inputSize, getSizeOfDimension(bwWeights, 1)); in prepare() 436 NN_RET_CHECK_EQ(getSizeOfDimension(auxInput, 2), getSizeOfDimension(bwWeights, 1)); in prepare()
|
/frameworks/ml/nn/runtime/test/ |
D | TestValidateOperations.cpp | 3948 ANeuralNetworksOperandType bwWeights = fwWeights; in bidirectionlSequenceRNNTest() local 3987 bwWeights, bwRecurrentWeights, bwBias, bwHiddenState, input, in bidirectionlSequenceRNNTest() 3988 fwWeights, bwWeights, activation, timeMajor, mergeOutputs}, in bidirectionlSequenceRNNTest()
|
/frameworks/ml/nn/tools/api/ |
D | types.spec | 3505 * * 5: bwWeights.
|