Click or drag to resize

GraphDepthToSpace Method

http://www.emgu.com
DepthToSpace

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

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.DepthToSpace(Emgu.TF.Output,System.Int64,System.String,System.String)"]

See Also