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

relu #16

Open
timedilation opened this issue Oct 5, 2018 · 1 comment
Open

relu #16

timedilation opened this issue Oct 5, 2018 · 1 comment
Assignees
Labels

Comments

@timedilation
Copy link
Collaborator

No description provided.

@mojunsang26
Copy link
Collaborator

2018/10/9

  • neurun_op_relu 브랜치 생성
  • ReLU.h ReLU.cc 추가
  • pure_arm_compute와 neurun operation의 Node 클래스에서 input 파라미터를 세팅하는 방법에 차이가 있음.
  • setInputs(), setOutputs()로 graph::operation::Node의 멤버(_inputs, _outputs)를 세팅하는 것과 ReLU::Node의 멤버(_param)을 세팅하는 것의 차이를 알 필요가 있음.
  • neurun/src/graph/operation/Op.lst 업데이트 필요
  • neurun/src/frontend/model.cc의 ANeuralNetworksModel_addOperation() 업데이트 필요
  • 업데이트 필요한 목록 공유가 필요함

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants