Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.cpp721 StepExecutor::UpdateOutputShapes updateOutputShapes = {}; in computeInternal() local
722 if (!executor->updateOutputShapes(stepN, stepOutputShapes, &outputShapes, in computeInternal()
723 &updateOutputShapes)) { in computeInternal()
729 if (updateOutputShapes.zeroSizedInput) { in computeInternal()
740 VLOG(EXECUTION) << "OUTPUT_INSUFFICIENT_SIZE: " << toString(updateOutputShapes); in computeInternal()
741 if (updateOutputShapes.mainOutputInsufficient || in computeInternal()
742 !updateOutputShapes.updatedDynamicTemporary) { in computeInternal()
768 if (updateOutputShapes.zeroSizedInput) { in computeInternal()
779 !fallbackExecutor->updateOutputShapes(fallbackN, fallbackOutputShapes, in computeInternal()
1121 bool ExecutionBuilder::updateOutputShapes(ErrorStatus status, in updateOutputShapes() function in android::nn::ExecutionBuilder
[all …]
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);