Click or drag to resize

GraphSnapshotDataset Method

https://www.emgu.com/wiki/index.php/Emgu_TF
SnapshotDataset

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation SnapshotDataset(
	Output input_dataset,
	Output path,
	DataType[] output_types,
	long[][] output_shapes,
	string compression = null,
	string reader_path_prefix = null,
	string writer_path_prefix = null,
	long shard_size_bytes = 10737418240,
	long pending_snapshot_expiry_seconds = 86400,
	long num_reader_threads = 1,
	long reader_buffer_size = 1,
	long num_writer_threads = 1,
	long writer_buffer_size = 1,
	bool shuffle_on_read = false,
	long seed = 0,
	long seed2 = 0,
	string mode = null,
	string snapshot_name = null,
	string opName = "SnapshotDataset"
)

Parameters

input_dataset
Type: Emgu.TFOutput
Input to the operation.
path
Type: Emgu.TFOutput
Input to the operation.
output_types
Type: Emgu.TFDataType
output types
output_shapes
Type: SystemInt64
output shapes
compression (Optional)
Type: SystemString
compression
reader_path_prefix (Optional)
Type: SystemString
reader path prefix
writer_path_prefix (Optional)
Type: SystemString
writer path prefix
shard_size_bytes (Optional)
Type: SystemInt64
shard size bytes
pending_snapshot_expiry_seconds (Optional)
Type: SystemInt64
pending snapshot expiry seconds
num_reader_threads (Optional)
Type: SystemInt64
num reader threads
reader_buffer_size (Optional)
Type: SystemInt64
reader buffer size
num_writer_threads (Optional)
Type: SystemInt64
num writer threads
writer_buffer_size (Optional)
Type: SystemInt64
writer buffer size
shuffle_on_read (Optional)
Type: SystemBoolean
shuffle on read
seed (Optional)
Type: SystemInt64
seed
seed2 (Optional)
Type: SystemInt64
seed2
mode (Optional)
Type: SystemString
mode
snapshot_name (Optional)
Type: SystemString
snapshot name
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] handle(type: DtVariant).
See Also