GraphSnapshotDatasetV2 Method |
Namespace: Emgu.TF
public Operation SnapshotDatasetV2( Output input_dataset, Output path, Output reader_func_other_args, Output shard_func_other_args, DataType[] output_types, long[][] output_shapes, string compression = null, string reader_prefix = null, string writer_prefix = null, bool hash_valid = false, long hash = 0, string opName = "SnapshotDatasetV2" )
Public Function SnapshotDatasetV2 ( input_dataset As Output, path As Output, reader_func_other_args As Output, shard_func_other_args As Output, output_types As DataType(), output_shapes As Long()(), Optional compression As String = Nothing, Optional reader_prefix As String = Nothing, Optional writer_prefix As String = Nothing, Optional hash_valid As Boolean = false, Optional hash As Long = 0, Optional opName As String = "SnapshotDatasetV2" ) As Operation
public: Operation^ SnapshotDatasetV2( Output^ input_dataset, Output^ path, Output^ reader_func_other_args, Output^ shard_func_other_args, array<DataType>^ output_types, array<array<long long>^>^ output_shapes, String^ compression = nullptr, String^ reader_prefix = nullptr, String^ writer_prefix = nullptr, bool hash_valid = false, long long hash = 0, String^ opName = L"SnapshotDatasetV2" )
member SnapshotDatasetV2 : input_dataset : Output * path : Output * reader_func_other_args : Output * shard_func_other_args : Output * output_types : DataType[] * output_shapes : int64[][] * ?compression : string * ?reader_prefix : string * ?writer_prefix : string * ?hash_valid : bool * ?hash : int64 * ?opName : string (* Defaults: let _compression = defaultArg compression null let _reader_prefix = defaultArg reader_prefix null let _writer_prefix = defaultArg writer_prefix null let _hash_valid = defaultArg hash_valid false let _hash = defaultArg hash 0 let _opName = defaultArg opName "SnapshotDatasetV2" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,