Structs

  • | Resizes the spatial dimensions of the | input using bilinear interpolation. | | The width_scale and height_scale | arguments control the size of the output, | which is given by: output_width = floor(input_width | * width_scale) output_height = floor(output_height | * height_scale) |