Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceRNN.cpp103 const T* bwWeights = context->getInputBuffer<T>(kBwWeightsTensor); in executeTyped()
104 Shape bwWeightsShape = context->getInputShape(kBwWeightsTensor); in executeTyped()
300 kFwHiddenStateTensor, kBwWeightsTensor, kBwRecurrentWeightsTensor, kBwBiasTensor, in prepare()
313 Shape bwWeights = context->getInputShape(kBwWeightsTensor); in prepare()
/packages/modules/NeuralNetworks/common/types/operations/include/
DBidirectionalSequenceRNN.h32 constexpr uint32_t kBwWeightsTensor = 5; variable