Searched refs:updateOutputShapes (Results 1 – 2 of 2) sorted by relevance
721 StepExecutor::UpdateOutputShapes updateOutputShapes = {}; in computeInternal() local723 &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::ExecutionBuilder1154 if (!updateOutputShapes(status, outputShapes) || !updateMemories()) { in finishComputation()1184 std::string toString(StepExecutor::UpdateOutputShapes updateOutputShapes) { in toString() argument1186 std::to_string(updateOutputShapes.updatedDynamicTemporary) + in toString()[all …]
165 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);