Interp

Input

x:
  • Required: yes
  • Type: float, float16
  • Description: input tensor for bilinear interpolation
  • Restriction: NCHW

Attribute

  • half_pixel_centers:
    • Required: no
    • Type: bool
    • Description: -
    • Restriction: default = false
  • align_corners:
    • Required: no
    • Type: bool
    • Description: -
    • Restriction: default = false
  • height:
    • Required: yes
    • Type: int
    • Description: output height
    • Restriction: none
  • width:
    • Required: yes
    • Type: int
    • Description: output width
    • Restriction: none