GraphBitwiseXor Method |
Namespace: Emgu.TF
public Operation BitwiseXor( Output x, Output y, string opName = "BitwiseXor" )
Public Function BitwiseXor ( x As Output, y As Output, Optional opName As String = "BitwiseXor" ) As Operation
public: Operation^ BitwiseXor( Output^ x, Output^ y, String^ opName = L"BitwiseXor" )
member BitwiseXor : x : Output * y : Output * ?opName : string (* Defaults: let _opName = defaultArg opName "BitwiseXor" *) -> Operation
[Missing <returns> documentation for "M:Emgu.TF.Graph.BitwiseXor(Emgu.TF.Output,Emgu.TF.Output,System.String)"]
2018 Emgu Corporation, All Rights Reserved,