Searched refs:kBwWeightsTensor (Results 1 – 2 of 2) sorted by relevance
103 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()
32 constexpr uint32_t kBwWeightsTensor = 5; variable