Searched refs:scratchShape (Results 1 – 3 of 3) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | LSTM.cpp | 295 Shape* scratchShape, Shape* outputStateShape, Shape* cellStateShape, in Prepare() argument 349 scratchShape->dimensions = {n_batch, n_cell * 3}; in Prepare() 352 scratchShape->dimensions = {n_batch, n_cell * 4}; in Prepare() 354 scratchShape->type = inputShape.type; in Prepare() 355 scratchShape->offset = inputShape.offset; in Prepare() 356 scratchShape->scale = inputShape.scale; in Prepare()
|
D | LSTM.h | 51 Shape* scratchShape, Shape* outputStateShape, Shape* cellStateShape,
|
/frameworks/ml/nn/common/ |
D | CpuExecutor.cpp | 1123 Shape scratchShape, outputStateShape, cellStateShape, outputShape; in executeOperation() local 1126 success = lstm_cell.Prepare(operation, mOperands, &scratchShape, &outputStateShape, in executeOperation() 1128 setInfoAndAllocateIfNeeded(&scratch, scratchShape, &result) && in executeOperation()
|