GraphBatchMatMul Method |
Namespace: Emgu.TF
public Operation BatchMatMul( Output x, Output y, bool adj_x = false, bool adj_y = false, string opName = "BatchMatMul" )
Public Function BatchMatMul ( x As Output, y As Output, Optional adj_x As Boolean = false, Optional adj_y As Boolean = false, Optional opName As String = "BatchMatMul" ) As Operation
public: Operation^ BatchMatMul( Output^ x, Output^ y, bool adj_x = false, bool adj_y = false, String^ opName = L"BatchMatMul" )
member BatchMatMul : x : Output * y : Output * ?adj_x : bool * ?adj_y : bool * ?opName : string (* Defaults: let _adj_x = defaultArg adj_x false let _adj_y = defaultArg adj_y false let _opName = defaultArg opName "BatchMatMul" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,