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