Click or drag to resize

GraphConv3D Method

http://www.emgu.com
Conv3D

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation Conv3D(
	Output input,
	Output filter,
	long[] strides,
	string padding,
	string data_format = null,
	long[] dilations = null,
	string opName = "Conv3D"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
filter
Type: Emgu.TFOutput
Input to the operation.
strides
Type: SystemInt64
strides
padding
Type: SystemString
padding
data_format (Optional)
Type: SystemString
data format
dilations (Optional)
Type: SystemInt64
dilations
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also