Skip to content

Conversation

@bddppq
Copy link
Contributor

@bddppq bddppq commented Apr 3, 2018

keepdim_i=keepdim,
outputs=2)
else:
return g.op("Max", self, args[0])

This comment was marked as off-topic.

def min(g, self, other):
return g.op("Min", self, other)
# torch.max (same for torch.min) actually has two interfaces smashed together:
# torch.max(x, dim, keepdim) and torch.max(x, y)

This comment was marked as off-topic.

This comment was marked as off-topic.

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.

3 participants