Skip to content

Implements prelu and a broadcasting checker#156

Merged
narendasan merged 2 commits intomasterfrom
prelu
Jul 27, 2020
Merged

Implements prelu and a broadcasting checker#156
narendasan merged 2 commits intomasterfrom
prelu

Conversation

@narendasan
Copy link
Copy Markdown
Collaborator

Description

Implements prelu and a broadcasting checker

Closes #150
Closes #5

Type of change

Please delete options that are not relevant and/or add your own.

  • New feature (non-breaking change which adds functionality)

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas and hacks
  • I have made corresponding changes to the documentation and have regenerated the documentation (make html in docsrc)
  • I have added tests to verify my fix or my feature
  • New and existing unit tests pass locally with my changes

Signed-off-by: Naren Dasan <naren@narendasan.com>
Signed-off-by: Naren Dasan <narens@nvidia.com>
broadcasting checks

Signed-off-byL Naren Dasan <naren@narendasan.com>
Signed-off-by: Naren Dasan <narens@nvidia.com>
@github-actions github-actions bot added component: conversion Issues re: Conversion stage component: converters Issues re: Specific op converters component: core Issues re: The core compiler component: tests Issues re: Tests labels Jul 27, 2020
@narendasan narendasan merged commit 362c932 into master Jul 27, 2020
@narendasan narendasan deleted the prelu branch July 27, 2020 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component: conversion Issues re: Conversion stage component: converters Issues re: Specific op converters component: core Issues re: The core compiler component: tests Issues re: Tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for aten::prelu.Tensor Look to support broadcasting comparisons for Dims

1 participant