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