Click or drag to resize

GraphFixedLengthRecordReader Method

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

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