Click or drag to resize

GraphRecordInput Method

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

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation RecordInput(
	string file_pattern,
	long file_random_seed = 301,
	float file_shuffle_shift_ratio = 0f,
	long file_buffer_size = 10000,
	long file_parallelism = 16,
	long batch_size = 32,
	string compression_type = null,
	string opName = "RecordInput"
)

Parameters

file_pattern
Type: SystemString
file pattern
file_random_seed (Optional)
Type: SystemInt64
file random seed
file_shuffle_shift_ratio (Optional)
Type: SystemSingle
file shuffle shift ratio
file_buffer_size (Optional)
Type: SystemInt64
file buffer size
file_parallelism (Optional)
Type: SystemInt64
file parallelism
batch_size (Optional)
Type: SystemInt64
batch size
compression_type (Optional)
Type: SystemString
compression type
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] records(type: DtString).
See Also