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