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