Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DSVDF.cpp49 bool SVDF::Prepare(const Operation& operation, RunTimeOperandInfo* operands, Shape* stateShape, in Prepare() argument
96 stateShape->type = inputShape.type; in Prepare()
97 stateShape->dimensions = {batch_size, memory_size * num_filters}; in Prepare()
98 stateShape->offset = inputShape.offset; in Prepare()
99 stateShape->scale = inputShape.scale; in Prepare()
H A DSVDF.h43 static bool Prepare(const Operation& operation, RunTimeOperandInfo* operands, Shape* stateShape,
/aosp12/packages/modules/NeuralNetworks/common/
H A DCpuExecutor.cpp1088 Shape stateShape, outputShape; in executeOperation() local
1091 success = SVDF::Prepare(operation, operands, &stateShape, &outputShape) && in executeOperation()
1092 setInfoAndAllocateIfNeeded(&stateOut, stateShape, &result) && in executeOperation()