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