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