Click or drag to resize

GraphBatchToSpace Method

http://www.emgu.com
BatchToSpace

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation BatchToSpace(
	Output input,
	Output crops,
	long block_size,
	string opName = "BatchToSpace"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
crops
Type: Emgu.TFOutput
Input to the operation.
block_size
Type: SystemInt64
block size
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also