Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DRNN.cpp49 bool RNN::Prepare(const Operation& operation, RunTimeOperandInfo* operands, Shape* hiddenStateShape, in Prepare() argument
75 hiddenStateShape->type = inputShape.type; in Prepare()
76 hiddenStateShape->dimensions = {batch_size, num_units}; in Prepare()
DRNN.h36 Shape* hiddenStateShape, Shape* outputShape);
/frameworks/ml/nn/common/
DCpuExecutor.cpp1133 Shape hiddenStateShape, outputShape; in executeOperation() local
1136 success = RNN::Prepare(operation, operands, &hiddenStateShape, &outputShape) && in executeOperation()
1137 setInfoAndAllocateIfNeeded(&hiddenStateOut, hiddenStateShape, &result) && in executeOperation()