Click or drag to resize

GraphExperimentalCSVDataset Method

http://www.emgu.com
ExperimentalCSVDataset

Namespace:  Emgu.TF
Assembly:  Emgu.TF.World (in Emgu.TF.World.dll) Version: 1.13.1.435 (1.13.1.435)
Syntax
public Operation ExperimentalCSVDataset(
	Output filenames,
	Output compression_type,
	Output buffer_size,
	Output header,
	Output field_delim,
	Output use_quote_delim,
	Output na_value,
	Output select_cols,
	Output record_defaults,
	long[][] output_shapes,
	string opName = "ExperimentalCSVDataset"
)

Parameters

filenames
Type: Emgu.TFOutput
Input to the operation.
compression_type
Type: Emgu.TFOutput
Input to the operation.
buffer_size
Type: Emgu.TFOutput
Input to the operation.
header
Type: Emgu.TFOutput
Input to the operation.
field_delim
Type: Emgu.TFOutput
Input to the operation.
use_quote_delim
Type: Emgu.TFOutput
Input to the operation.
na_value
Type: Emgu.TFOutput
Input to the operation.
select_cols
Type: Emgu.TFOutput
Input to the operation.
record_defaults
Type: Emgu.TFOutput
Input to the operation.
output_shapes
Type: SystemInt64
output shapes
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also