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