GraphFixedLengthRecordReader Method |
Namespace: Emgu.TF
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" )
Public Function FixedLengthRecordReader ( record_bytes As Long, Optional header_bytes As Long = 0, Optional footer_bytes As Long = 0, Optional hop_bytes As Long = 0, Optional container As String = Nothing, Optional shared_name As String = Nothing, Optional opName As String = "FixedLengthRecordReader" ) As Operation
public: Operation^ FixedLengthRecordReader( long long record_bytes, long long header_bytes = 0, long long footer_bytes = 0, long long hop_bytes = 0, String^ container = nullptr, String^ shared_name = nullptr, String^ opName = L"FixedLengthRecordReader" )
member FixedLengthRecordReader : record_bytes : int64 * ?header_bytes : int64 * ?footer_bytes : int64 * ?hop_bytes : int64 * ?container : string * ?shared_name : string * ?opName : string (* Defaults: let _header_bytes = defaultArg header_bytes 0 let _footer_bytes = defaultArg footer_bytes 0 let _hop_bytes = defaultArg hop_bytes 0 let _container = defaultArg container null let _shared_name = defaultArg shared_name null let _opName = defaultArg opName "FixedLengthRecordReader" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,