GraphExtractVolumePatches Method |
Namespace: Emgu.TF
public Operation ExtractVolumePatches( Output input, long[] ksizes, long[] strides, string padding, string opName = "ExtractVolumePatches" )
Public Function ExtractVolumePatches ( input As Output, ksizes As Long(), strides As Long(), padding As String, Optional opName As String = "ExtractVolumePatches" ) As Operation
public: Operation^ ExtractVolumePatches( Output^ input, array<long long>^ ksizes, array<long long>^ strides, String^ padding, String^ opName = L"ExtractVolumePatches" )
member ExtractVolumePatches : input : Output * ksizes : int64[] * strides : int64[] * padding : string * ?opName : string (* Defaults: let _opName = defaultArg opName "ExtractVolumePatches" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,