Searched refs:hiddenStateShape (Results 1 – 3 of 3) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | RNN.cpp | 49 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()
|
D | RNN.h | 36 Shape* hiddenStateShape, Shape* outputShape);
|
/frameworks/ml/nn/common/ |
D | CpuExecutor.cpp | 1133 Shape hiddenStateShape, outputShape; in executeOperation() local 1136 success = RNN::Prepare(operation, operands, &hiddenStateShape, &outputShape) && in executeOperation() 1137 setInfoAndAllocateIfNeeded(&hiddenStateOut, hiddenStateShape, &result) && in executeOperation()
|