Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

add fallback wrapper for speed up #100

Merged
merged 4 commits into from
Jun 1, 2023
Merged

add fallback wrapper for speed up #100

merged 4 commits into from
Jun 1, 2023

Conversation

2742195759
Copy link
Collaborator

Add FallbackLayer

@0x45f 0x45f changed the base branch from execution to develop June 1, 2023 09:48
@0x45f 0x45f changed the base branch from develop to execution June 1, 2023 09:48
@0x45f 0x45f changed the base branch from execution to develop June 1, 2023 09:49
Copy link
Member

@SigureMo SigureMo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM~

Copy link
Collaborator

@Aurelius84 Aurelius84 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@@ -4,6 +4,31 @@
from .interpreter import compile_sir


def clear_eager_tensor_name(output_tensors):
for output_tensor in output_tensors:
output_tensor.name = ""
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里后续可以NOTE下为什么要把 name 属性设置为空

@SigureMo SigureMo merged commit bc983ee into develop Jun 1, 2023
@SigureMo SigureMo deleted the compile_cache branch June 1, 2023 11:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants