Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DLSTM.cpp304 Shape* scratchShape, Shape* outputStateShape, Shape* cellStateShape, in Prepare() argument
392 scratchShape->dimensions = {n_batch, n_cell * 3}; in Prepare()
395 scratchShape->dimensions = {n_batch, n_cell * 4}; in Prepare()
397 scratchShape->type = inputShape.type; in Prepare()
398 scratchShape->offset = inputShape.offset; in Prepare()
399 scratchShape->scale = inputShape.scale; in Prepare()
/packages/modules/NeuralNetworks/common/types/operations/include/
DLSTM.h52 bool Prepare(const Operation& operation, RunTimeOperandInfo* operands, Shape* scratchShape,
/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp1047 Shape scratchShape, outputStateShape, cellStateShape, outputShape; in executeOperation() local
1050 success = lstm_cell.Prepare(operation, operands, &scratchShape, &outputStateShape, in executeOperation()
1052 setInfoAndAllocateIfNeeded(&scratch, scratchShape, &result) && in executeOperation()