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