GraphSparseSplit Method |
Namespace: Emgu.TF
public Operation SparseSplit( Output split_dim, Output indices, Output values, Output shape, long num_split, string opName = "SparseSplit" )
Public Function SparseSplit ( split_dim As Output, indices As Output, values As Output, shape As Output, num_split As Long, Optional opName As String = "SparseSplit" ) As Operation
public: Operation^ SparseSplit( Output^ split_dim, Output^ indices, Output^ values, Output^ shape, long long num_split, String^ opName = L"SparseSplit" )
member SparseSplit : split_dim : Output * indices : Output * values : Output * shape : Output * num_split : int64 * ?opName : string (* Defaults: let _opName = defaultArg opName "SparseSplit" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,