GraphResizeBicubicGrad Method |
Namespace: Emgu.TF
public Operation ResizeBicubicGrad( Output grads, Output original_image, bool align_corners = false, bool half_pixel_centers = false, string opName = "ResizeBicubicGrad" )
Public Function ResizeBicubicGrad ( grads As Output, original_image As Output, Optional align_corners As Boolean = false, Optional half_pixel_centers As Boolean = false, Optional opName As String = "ResizeBicubicGrad" ) As Operation
public: Operation^ ResizeBicubicGrad( Output^ grads, Output^ original_image, bool align_corners = false, bool half_pixel_centers = false, String^ opName = L"ResizeBicubicGrad" )
member ResizeBicubicGrad : grads : Output * original_image : 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 "ResizeBicubicGrad" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,