Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DLSTM.h102 static constexpr int kScratchBufferTensor = 0; variable
H A DLSTM.cpp128 scratch_buffer_ = GetOutput(operation, operands, kScratchBufferTensor); in LSTMCell()
/aosp12/packages/modules/NeuralNetworks/common/
H A DCpuExecutor.cpp1041 RunTimeOperandInfo& scratch = operands[outs[LSTMCell::kScratchBufferTensor]]; in executeOperation()