Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DRNN.cpp46 Shape *hiddenStateShape, in Prepare() argument
75 hiddenStateShape->type = inputShape.type; in Prepare()
76 hiddenStateShape->dimensions = { batch_size, num_units }; in Prepare()
DRNN.h34 Shape* hiddenStateShape, Shape* outputShape);
/frameworks/ml/nn/common/
DCpuExecutor.cpp1150 Shape hiddenStateShape, outputShape; in executeOperation() local
1153 success = RNN::Prepare(operation, mOperands, &hiddenStateShape, &outputShape) && in executeOperation()
1154 setInfoAndAllocateIfNeeded(&hiddenStateOut, hiddenStateShape, &result) && in executeOperation()