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