Click or drag to resize

GraphFixedLengthRecordReader Method

http://www.emgu.com
FixedLengthRecordReader

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntax
public Operation FixedLengthRecordReader(
	long record_bytes,
	long header_bytes = 0,
	long footer_bytes = 0,
	long hop_bytes = 0,
	string container = null,
	string shared_name = null,
	string opName = "FixedLengthRecordReader"
)

Parameters

record_bytes
Type: SystemInt64
record bytes
header_bytes (Optional)
Type: SystemInt64
header bytes
footer_bytes (Optional)
Type: SystemInt64
footer bytes
hop_bytes (Optional)
Type: SystemInt64
hop bytes
container (Optional)
Type: SystemString
container
shared_name (Optional)
Type: SystemString
shared name
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also