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

[MXNET]broadcast and logical op support #5461

Merged
merged 2 commits into from
May 1, 2020

Conversation

siju-samuel
Copy link
Member

  • broadcast_plus
  • broadcast_minus
  • broadcast_power
  • broadcast_logical_or
  • broadcast_logical_and
  • broadcast_logical_xor
  • broadcast_to
  • logical_not
  • broadcast_axes

@FrozenGene Please help me to review this frontend mxnet ops and merge.


def _mx_broadcast_logical(logical_op):
def impl(inputs, input_types):
dtype0 = _infer_type(inputs[0]).checked_type.dtype
Copy link
Member

Choose a reason for hiding this comment

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

code style. MXNet frontend names the variable as dtype_0 style. Maybe we also could consider more meaningful name, like lhs_dtype.

@FrozenGene FrozenGene merged commit 967d731 into apache:master May 1, 2020
@FrozenGene
Copy link
Member

Thanks @siju-samuel

Laurawly pushed a commit to Laurawly/tvm-1 that referenced this pull request May 9, 2020
* [MXNET]broadcast and logical op support

* Review comment fixed
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Jun 9, 2020
* [MXNET]broadcast and logical op support

* Review comment fixed
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Jun 18, 2020
* [MXNET]broadcast and logical op support

* Review comment fixed
trevor-m pushed a commit to neo-ai/tvm that referenced this pull request Jun 18, 2020
* [MXNET]broadcast and logical op support

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

Successfully merging this pull request may close these issues.

2 participants