GraphDynamicStitch Method |
Namespace: Emgu.TF
public Operation DynamicStitch( Output indices, Output data, string opName = "DynamicStitch" )
Public Function DynamicStitch ( indices As Output, data As Output, Optional opName As String = "DynamicStitch" ) As Operation
public: Operation^ DynamicStitch( Output^ indices, Output^ data, String^ opName = L"DynamicStitch" )
member DynamicStitch : indices : Output * data : Output * ?opName : string (* Defaults: let _opName = defaultArg opName "DynamicStitch" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,