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