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