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