Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DBidirectionalSequenceRNN.cpp31 constexpr uint32_t kFwBiasTensor = 3; variable
86 const T* fwBias = context->getInputBuffer<T>(kFwBiasTensor); in executeTyped()
282 kInputTensor, kFwWeightsTensor, kFwRecurrentWeightsTensor, kFwBiasTensor, in prepare()
294 Shape fwBias = context->getInputShape(kFwBiasTensor); in prepare()