Searched refs:kFwRecurrentWeightsTensor (Results 1 – 2 of 2) sorted by relevance
98 const T* fwRecurrentWeights = context->getInputBuffer<T>(kFwRecurrentWeightsTensor); in executeTyped()99 Shape fwRecurrentWeightsShape = context->getInputShape(kFwRecurrentWeightsTensor); in executeTyped()299 kInputTensor, kFwWeightsTensor, kFwRecurrentWeightsTensor, kFwBiasTensor, in prepare()310 Shape fwRecurrentWeights = context->getInputShape(kFwRecurrentWeightsTensor); in prepare()
28 constexpr uint32_t kFwRecurrentWeightsTensor = 2; variable