Searched refs:updateOutputShapes (Results 1 – 2 of 2) sorted by relevance
760 StepExecutor::UpdateOutputShapes updateOutputShapes = {}; in computeInternal() local761 if (!executor->updateOutputShapes(stepN, stepOutputShapes, &outputShapes, in computeInternal()762 &updateOutputShapes)) { in computeInternal()768 if (updateOutputShapes.zeroSizedInput) { in computeInternal()779 VLOG(EXECUTION) << "OUTPUT_INSUFFICIENT_SIZE: " << toString(updateOutputShapes); in computeInternal()780 if (updateOutputShapes.mainOutputInsufficient || in computeInternal()781 !updateOutputShapes.updatedDynamicTemporary) { in computeInternal()807 if (updateOutputShapes.zeroSizedInput) { in computeInternal()818 !fallbackExecutor->updateOutputShapes(fallbackN, fallbackOutputShapes, in computeInternal()1166 bool ExecutionBuilder::updateOutputShapes(ErrorStatus status, in updateOutputShapes() function in android::nn::ExecutionBuilder[all …]
184 bool updateOutputShapes(ErrorStatus status, const std::vector<OutputShape>& outputShapes);365 bool updateOutputShapes(int executionResultCode, const std::vector<OutputShape>& from,477 std::string toString(StepExecutor::UpdateOutputShapes updateOutputShapes);