Click or drag to resize

GraphSpaceToDepth Method

http://www.emgu.com
SpaceToDepth

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.2.0.932
Syntax
public Operation SpaceToDepth(
	Output input,
	long block_size,
	string data_format = null,
	string opName = "SpaceToDepth"
)

Parameters

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

Return Value

Type: Operation

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

See Also