Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DUnidirectionalSequenceLSTM.cpp50 constexpr uint32_t kCellToOutputWeightsTensor = 11; // Optional variable
102 params.use_peephole = hasTensor(context, kCellToOutputWeightsTensor); in getLSTMParams()
254 if (hasTensor(context, kCellToOutputWeightsTensor)) { in prepare()
255 const Shape cellToOutputShape = context->getInputShape(kCellToOutputWeightsTensor); in prepare()
265 hasTensor(context, kCellToOutputWeightsTensor)) || in prepare()
268 !hasTensor(context, kCellToOutputWeightsTensor)); in prepare()
394 context->getInputBuffer<float>(kCellToOutputWeightsTensor), in execute()
436 context->getInputBuffer<_Float16>(kCellToOutputWeightsTensor), in execute()
DLSTM.h73 static constexpr int kCellToOutputWeightsTensor = 11; // Optional variable
DLayerNormLSTMTest.cpp240 execution.setInput(LSTMCell::kCellToOutputWeightsTensor, nullptr, 0); in Invoke()
DLSTMTest.cpp224 execution.setInput(LSTMCell::kCellToOutputWeightsTensor, nullptr, 0); in Invoke()
DLSTM.cpp68 GetInput(operation, operands, kCellToOutputWeightsTensor); // optional in LSTMCell()