Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/
H A DExecutionBuilder.cpp721 StepExecutor::UpdateOutputShapes updateOutputShapes = {}; in computeInternal() local
723 &updateOutputShapes)) { in computeInternal()
729 if (updateOutputShapes.zeroSizedInput) { in computeInternal()
741 if (updateOutputShapes.mainOutputInsufficient || in computeInternal()
742 !updateOutputShapes.updatedDynamicTemporary) { in computeInternal()
768 if (updateOutputShapes.zeroSizedInput) { in computeInternal()
1121 bool ExecutionBuilder::updateOutputShapes(ErrorStatus status, in updateOutputShapes() function in android::nn::ExecutionBuilder
1154 if (!updateOutputShapes(status, outputShapes) || !updateMemories()) { in finishComputation()
1184 std::string toString(StepExecutor::UpdateOutputShapes updateOutputShapes) { in toString() argument
1186 std::to_string(updateOutputShapes.updatedDynamicTemporary) + in toString()
[all …]
H A DExecutionBuilder.h165 bool updateOutputShapes(ErrorStatus status, const std::vector<OutputShape>& outputShapes);
343 bool updateOutputShapes(int executionResultCode, const std::vector<OutputShape>& from,
455 std::string toString(StepExecutor::UpdateOutputShapes updateOutputShapes);