Click or drag to resize

GraphExperimentalCSVDataset Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
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
The operation, where: [0] handle(type: DtVariant).
See Also