Home
last modified time | relevance | path

Searched refs:UpdateOutputShapes (Results 1 – 2 of 2) sorted by relevance

/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.h334 struct UpdateOutputShapes { struct
344 std::vector<OutputShape>* to, UpdateOutputShapes* update); argument
455 std::string toString(StepExecutor::UpdateOutputShapes updateOutputShapes);
DExecutionBuilder.cpp721 StepExecutor::UpdateOutputShapes updateOutputShapes = {}; in computeInternal()
777 StepExecutor::UpdateOutputShapes fallbackUpdateOutputShapes = {}; in computeInternal()
1184 std::string toString(StepExecutor::UpdateOutputShapes updateOutputShapes) { in toString()
1192 std::vector<OutputShape>* to, UpdateOutputShapes* update) { in updateOutputShapes()