Click or drag to resize

GraphRecordInput Method

http://www.emgu.com
RecordInput

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Net45 (in Emgu.TF.Net45.dll) Version: 1.14.0.569 (1.14.0.569)
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

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

See Also