Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add feed and fetch op to ProgramDesc before saving for inference #7550

Closed
kexinzhao opened this issue Jan 16, 2018 · 0 comments · Fixed by #7636
Closed

Add feed and fetch op to ProgramDesc before saving for inference #7550

kexinzhao opened this issue Jan 16, 2018 · 0 comments · Fixed by #7636
Assignees
Labels
预测 原名Inference,包含Capi预测问题等

Comments

@kexinzhao
Copy link
Contributor

Currently, feed and fetch operators are attached to the inference ProgramDesc in the C++ inference code based on the provided feed and fetch variable names.

We want to provide code to do this in the python side so that user can have a default inference engine that can read a inference desc and execute without user input.

@kexinzhao kexinzhao self-assigned this Jan 16, 2018
@Xreki Xreki added the 预测 原名Inference,包含Capi预测问题等 label Jan 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
预测 原名Inference,包含Capi预测问题等
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants