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