Searched refs:kCellStateOutTensor (Results 1 – 6 of 6) sorted by relevance
48 static constexpr int kCellStateOutTensor = 0; variable
102 static constexpr int kCellStateOutTensor = 2; variable
140 setOutputTensor(&execution, QuantizedLSTMCell::kCellStateOutTensor, &cellStateOut_), in invoke()
238 cellStateOut_ = GetOutput(operation, operands, kCellStateOutTensor); in QuantizedLSTMCell()
116 cell_state_out_ = GetOutput(operation, operands, kCellStateOutTensor); in LSTMCell()
1120 RunTimeOperandInfo& cellStateOut = mOperands[outs[LSTMCell::kCellStateOutTensor]]; in executeOperation()1684 mOperands[outs[QuantizedLSTMCell::kCellStateOutTensor]]; in executeOperation()