- Notifications
You must be signed in to change notification settings - Fork239
Add Operators: subtraction, multiplication, concat and stride slice#224
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:develop
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
minor reformat files
@dboyliao Can you add some quick comments on the |
dboyliao commentedJun 7, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Ok.
Then in the strided slice op, I only need to copy value from source tensor based on the linear indices. |
Add operators to runtime:
SubOperator: elementwise subtractionMulOperator: elementwise multiplicationConcatOperator: concat tensors along given axisStrideSliceOperator: strided tensor slicing, ext[:, ..., :3]