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