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