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

Add scalar exponentiation by a tensor #774

Closed
wants to merge 2 commits into from

Commits on Jan 10, 2022

  1. Add Tensor broadcasting for binary ops

    Differential Revision: D32678121
    
    fbshipit-source-id: 0586249392a732279369d20e6f0038fbe9e5e738
    jacobkahn authored and facebook-github-bot committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    d4447b8 View commit details
    Browse the repository at this point in the history
  2. Add scalar exponentiation by a tensor (flashlight#774)

    Summary:
    Pull Request resolved: flashlight#774
    
    Raises a double to the power of a tensor element-wise per exponentiation.
    
    Reviewed By: benoitsteiner
    
    Differential Revision: D32902722
    
    fbshipit-source-id: 0e1c346da17158a0b65c92098773b8fa363c5d43
    jacobkahn authored and facebook-github-bot committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    7c45056 View commit details
    Browse the repository at this point in the history