Class: ResizeBilinearFilter

ResizeBilinearFilter

A bilinear resizing filter.

Inputs: - x: 4D tensor size: number[] - The target size as a [height, width] array. alignCorners: boolean - If true, the centers of the 4 corner pixels of the input and output tensors are aligned, preserving the values at the corner pixels. Defaults to true.