Click or drag to resize

GraphSnapshotDatasetV2 Method

http://www.emgu.com
SnapshotDatasetV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
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,
	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
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.SnapshotDatasetV2(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.DataType[],System.Int64[][],System.String,System.String,System.String,System.String)"]

See Also