GraphQuantizedResizeBilinear Method |
Namespace: Emgu.TF
public Operation QuantizedResizeBilinear( Output images, Output size, Output min, Output max, bool align_corners = false, bool half_pixel_centers = false, string opName = "QuantizedResizeBilinear" )
Public Function QuantizedResizeBilinear ( images As Output, size As Output, min As Output, max As Output, Optional align_corners As Boolean = false, Optional half_pixel_centers As Boolean = false, Optional opName As String = "QuantizedResizeBilinear" ) As Operation
public: Operation^ QuantizedResizeBilinear( Output^ images, Output^ size, Output^ min, Output^ max, bool align_corners = false, bool half_pixel_centers = false, String^ opName = L"QuantizedResizeBilinear" )
member QuantizedResizeBilinear : images : Output * size : Output * min : Output * max : Output * ?align_corners : bool * ?half_pixel_centers : bool * ?opName : string (* Defaults: let _align_corners = defaultArg align_corners false let _half_pixel_centers = defaultArg half_pixel_centers false let _opName = defaultArg opName "QuantizedResizeBilinear" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,