Click or drag to resize

GraphExperimentalDatasetToTFRecord Method

http://www.emgu.com
ExperimentalDatasetToTFRecord

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
Syntax
public Operation ExperimentalDatasetToTFRecord(
	Output input_dataset,
	Output filename,
	Output compression_type,
	string opName = "ExperimentalDatasetToTFRecord"
)

Parameters

input_dataset
Type: Emgu.TFOutput
Input to the operation.
filename
Type: Emgu.TFOutput
Input to the operation.
compression_type
Type: Emgu.TFOutput
Input to the operation.
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also