Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/types/operations/include/
DLSTM.h101 static constexpr int kScratchBufferTensor = 0; variable
/packages/modules/NeuralNetworks/common/cpu_operations/
DLSTM.cpp128 scratch_buffer_ = GetOutput(operation, operands, kScratchBufferTensor); in LSTMCell()
/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp1042 RunTimeOperandInfo& scratch = operands[outs[LSTMCell::kScratchBufferTensor]]; in executeOperation()