Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DUnidirectionalSequenceLSTM.cpp66 constexpr uint32_t kCellStateInTensor = 19; variable
173 kCellStateInTensor, in prepare()
308 const Shape cellStateShape = context->getInputShape(kCellStateInTensor); in prepare()
369 const auto cellStateSize = getNumberOfElements(context->getInputShape(kCellStateInTensor)); in execute()
407 context->getInputBuffer<float>(kCellStateInTensor), in execute()
449 context->getInputBuffer<_Float16>(kCellStateInTensor), in execute()
DLSTM.h87 static constexpr int kCellStateInTensor = 19; variable
DLSTM.cpp79 cell_state_in_ = GetInput(operation, operands, kCellStateInTensor); in LSTMCell()