Skip to content
This repository has been archived by the owner on Aug 15, 2019. It is now read-only.

Add unary ops in benchmark tools #1170

Merged

Conversation

Lewuathe
Copy link
Contributor

@Lewuathe Lewuathe commented Jul 17, 2018

Description

MISC

Add some missing unary ops in benchmark tools.

  • expm1
  • rsqrt
  • logSigmoid
  • asinh
  • acosh
  • atanh
  • sign
  • round
  • reciprocal
  • erf

For repository owners only:

Please remember to apply all applicable tags to your pull request.
Tags: FEATURE, BREAKING, BUG, PERF, DEV, DOC, SECURITY

For more info see: https://github.com/tensorflow/tfjs/blob/master/DEVELOPMENT.md


This change is Reviewable

Copy link
Contributor

@bileschi bileschi left a comment

Choose a reason for hiding this comment

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

LGTM, thanks!

'abs', 'relu', 'elu', 'selu', 'leakyRelu', 'prelu', 'sigmoid',
'sin', 'cos', 'tan', 'asin', 'acos', 'atan', 'sinh', 'cosh',
'tanh', 'step'
'log', 'exp', 'expm1', 'neg', 'ceil', 'floor', 'log1p', 'sqrt', 'rsqrt',
Copy link
Contributor

Choose a reason for hiding this comment

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

Does it make sense to order these somehow, perhaps alphabetically?

Copy link
Contributor

@dsmilkov dsmilkov left a comment

Choose a reason for hiding this comment

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

Reviewed 1 of 2 files at r1, 1 of 1 files at r2.
Reviewable status: :shipit: complete! 1 of 1 approvals obtained (waiting on @bileschi)

@dsmilkov dsmilkov merged commit 0ab27ad into tensorflow:master Aug 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants