Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DLSTM.h100 static constexpr int kScratchBufferTensor = 0; variable
DLSTM.cpp78 scratch_buffer_ = GetOutput(operation, operands, kScratchBufferTensor); in LSTMCell()
/frameworks/ml/nn/common/
DCpuExecutor.cpp1259 mOperands[outs[LSTMCell::kScratchBufferTensor]]; in executeOperation()