GraphBatchMatMulV2 Method |
Namespace: Emgu.TF
public Operation BatchMatMulV2( Output x, Output y, bool adj_x = false, bool adj_y = false, string opName = "BatchMatMulV2" )
Public Function BatchMatMulV2 ( x As Output, y As Output, Optional adj_x As Boolean = false, Optional adj_y As Boolean = false, Optional opName As String = "BatchMatMulV2" ) As Operation
public: Operation^ BatchMatMulV2( Output^ x, Output^ y, bool adj_x = false, bool adj_y = false, String^ opName = L"BatchMatMulV2" )
member BatchMatMulV2 : 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 "BatchMatMulV2" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,