Searched refs:kScratchBufferTensor (Results 1 – 3 of 3) sorted by relevance
102 static constexpr int kScratchBufferTensor = 0; variable
128 scratch_buffer_ = GetOutput(operation, operands, kScratchBufferTensor); in LSTMCell()
1097 RunTimeOperandInfo& scratch = operands[outs[LSTMCell::kScratchBufferTensor]]; in executeOperation()