Power

Input

x:
  • Required: yes
  • Type: float16, float32
  • Description: computes the output y as (shift + scale * x) ^ power for each input element x.
  • Restrictions: none

Attribute

  • power:
    • Required: no
    • Type: float
    • Description: default = 1.0
    • Restriction: The power has decimal places, and the base must be greater than 0. For other restrictions, see the Caffe definition.
  • scale:
    • Required: no
    • Type: float
    • Description: default = 1.0
    • Restrictions: none
  • shift:
    • Required: no
    • Type: float
    • Description: default = 1.0
    • Restrictions: none

Output

y:
  • Required: yes
  • Type: float16, float32
  • Description: computes the output y as (shift + scale * x) ^ power for each input element x.
  • Restrictions: none