GraphParseSequenceExample Method |
Namespace: Emgu.TF
public Operation ParseSequenceExample( Output serialized, Output debug_name, Output context_dense_defaults, string[] feature_list_dense_missing_assumed_empty, string[] context_sparse_keys, string[] context_dense_keys, string[] feature_list_sparse_keys, string[] feature_list_dense_keys, long Ncontext_sparse = 0, long Ncontext_dense = 0, long Nfeature_list_sparse = 0, long Nfeature_list_dense = 0, DataType[] context_sparse_types = null, DataType[] feature_list_dense_types = null, long[][] context_dense_shapes = null, DataType[] feature_list_sparse_types = null, long[][] feature_list_dense_shapes = null, string opName = "ParseSequenceExample" )
Public Function ParseSequenceExample ( serialized As Output, debug_name As Output, context_dense_defaults As Output, feature_list_dense_missing_assumed_empty As String(), context_sparse_keys As String(), context_dense_keys As String(), feature_list_sparse_keys As String(), feature_list_dense_keys As String(), Optional Ncontext_sparse As Long = 0, Optional Ncontext_dense As Long = 0, Optional Nfeature_list_sparse As Long = 0, Optional Nfeature_list_dense As Long = 0, Optional context_sparse_types As DataType() = Nothing, Optional feature_list_dense_types As DataType() = Nothing, Optional context_dense_shapes As Long()() = Nothing, Optional feature_list_sparse_types As DataType() = Nothing, Optional feature_list_dense_shapes As Long()() = Nothing, Optional opName As String = "ParseSequenceExample" ) As Operation
public: Operation^ ParseSequenceExample( Output^ serialized, Output^ debug_name, Output^ context_dense_defaults, array<String^>^ feature_list_dense_missing_assumed_empty, array<String^>^ context_sparse_keys, array<String^>^ context_dense_keys, array<String^>^ feature_list_sparse_keys, array<String^>^ feature_list_dense_keys, long long Ncontext_sparse = 0, long long Ncontext_dense = 0, long long Nfeature_list_sparse = 0, long long Nfeature_list_dense = 0, array<DataType>^ context_sparse_types = nullptr, array<DataType>^ feature_list_dense_types = nullptr, array<array<long long>^>^ context_dense_shapes = nullptr, array<DataType>^ feature_list_sparse_types = nullptr, array<array<long long>^>^ feature_list_dense_shapes = nullptr, String^ opName = L"ParseSequenceExample" )
member ParseSequenceExample : serialized : Output * debug_name : Output * context_dense_defaults : Output * feature_list_dense_missing_assumed_empty : string[] * context_sparse_keys : string[] * context_dense_keys : string[] * feature_list_sparse_keys : string[] * feature_list_dense_keys : string[] * ?Ncontext_sparse : int64 * ?Ncontext_dense : int64 * ?Nfeature_list_sparse : int64 * ?Nfeature_list_dense : int64 * ?context_sparse_types : DataType[] * ?feature_list_dense_types : DataType[] * ?context_dense_shapes : int64[][] * ?feature_list_sparse_types : DataType[] * ?feature_list_dense_shapes : int64[][] * ?opName : string (* Defaults: let _Ncontext_sparse = defaultArg Ncontext_sparse 0 let _Ncontext_dense = defaultArg Ncontext_dense 0 let _Nfeature_list_sparse = defaultArg Nfeature_list_sparse 0 let _Nfeature_list_dense = defaultArg Nfeature_list_dense 0 let _context_sparse_types = defaultArg context_sparse_types null let _feature_list_dense_types = defaultArg feature_list_dense_types null let _context_dense_shapes = defaultArg context_dense_shapes null let _feature_list_sparse_types = defaultArg feature_list_sparse_types null let _feature_list_dense_shapes = defaultArg feature_list_dense_shapes null let _opName = defaultArg opName "ParseSequenceExample" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,