Click or drag to resize

GraphFixedLengthRecordReaderV2 Method

http://www.emgu.com
FixedLengthRecordReaderV2

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

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
encoding (Optional)
Type: SystemString
encoding
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

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

See Also