Click or drag to resize

GraphCropAndResizeGradImage Method

https://www.emgu.com/wiki/index.php/Emgu_TF
CropAndResizeGradImage

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
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
The operation, where: [0] output(type: DtInvalid).
See Also