Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/types/operations/include/
DBidirectionalSequenceRNN.h34 constexpr uint32_t kBwBiasTensor = 7; variable
/packages/modules/NeuralNetworks/common/cpu_operations/
DBidirectionalSequenceRNN.cpp107 const T* bwBias = context->getInputBuffer<T>(kBwBiasTensor); in executeTyped()
300 kFwHiddenStateTensor, kBwWeightsTensor, kBwRecurrentWeightsTensor, kBwBiasTensor, in prepare()
315 Shape bwBias = context->getInputShape(kBwBiasTensor); in prepare()