Click or drag to resize

GraphCropAndResizeGradImage Method

http://www.emgu.com
CropAndResizeGradImage

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation CropAndResizeGradImage(
	Output grads,
	Output boxes,
	Output box_ind,
	Output image_size,
	DataType T,
	string method = null,
	string opName = "CropAndResizeGradImage"
)

Parameters

grads
Type: Emgu.TFOutput
Input to the operation.
boxes
Type: Emgu.TFOutput
Input to the operation.
box_ind
Type: Emgu.TFOutput
Input to the operation.
image_size
Type: Emgu.TFOutput
Input to the operation.
T
Type: Emgu.TFDataType
T
method (Optional)
Type: SystemString
method
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.CropAndResizeGradImage(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.DataType,System.String,System.String)"]

See Also