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