Click or drag to resize

GraphSaveDataset Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation SaveDataset(
	Output input_dataset,
	Output path,
	Output shard_func_other_args,
	string compression = null,
	bool use_shard_func = true,
	string opName = "SaveDataset"
)

Parameters

input_dataset
Type: Emgu.TFOutput
Input to the operation.
path
Type: Emgu.TFOutput
Input to the operation.
shard_func_other_args
Type: Emgu.TFOutput
Input to the operation.
compression (Optional)
Type: SystemString
compression
use_shard_func (Optional)
Type: SystemBoolean
use shard func
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation.
See Also