Click or drag to resize

GraphSnapshotDatasetV2 Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
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"
)

Parameters

input_dataset
Type: Emgu.TFOutput
Input to the operation.
path
Type: Emgu.TFOutput
Input to the operation.
reader_func_other_args
Type: Emgu.TFOutput
Input to the operation.
shard_func_other_args
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_prefix (Optional)
Type: SystemString
reader prefix
writer_prefix (Optional)
Type: SystemString
writer prefix
hash_valid (Optional)
Type: SystemBoolean
hash valid
hash (Optional)
Type: SystemInt64
hash
opName (Optional)
Type: SystemString
The name of the operation

Return Value

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