Click or drag to resize

GraphExtractVolumePatches Method

http://www.emgu.com
ExtractVolumePatches

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation ExtractVolumePatches(
	Output input,
	long[] ksizes,
	long[] strides,
	string padding,
	string opName = "ExtractVolumePatches"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
ksizes
Type: SystemInt64
ksizes
strides
Type: SystemInt64
strides
padding
Type: SystemString
padding
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also