GraphRecordInput Method |
Namespace: Emgu.TF
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" )
Public Function RecordInput ( file_pattern As String, Optional file_random_seed As Long = 301, Optional file_shuffle_shift_ratio As Single = 0F, Optional file_buffer_size As Long = 10000, Optional file_parallelism As Long = 16, Optional batch_size As Long = 32, Optional compression_type As String = Nothing, Optional opName As String = "RecordInput" ) As Operation
public: Operation^ RecordInput( String^ file_pattern, long long file_random_seed = 301, float file_shuffle_shift_ratio = 0f, long long file_buffer_size = 10000, long long file_parallelism = 16, long long batch_size = 32, String^ compression_type = nullptr, String^ opName = L"RecordInput" )
member RecordInput : file_pattern : string * ?file_random_seed : int64 * ?file_shuffle_shift_ratio : float32 * ?file_buffer_size : int64 * ?file_parallelism : int64 * ?batch_size : int64 * ?compression_type : string * ?opName : string (* Defaults: let _file_random_seed = defaultArg file_random_seed 301 let _file_shuffle_shift_ratio = defaultArg file_shuffle_shift_ratio 0f let _file_buffer_size = defaultArg file_buffer_size 10000 let _file_parallelism = defaultArg file_parallelism 16 let _batch_size = defaultArg batch_size 32 let _compression_type = defaultArg compression_type null let _opName = defaultArg opName "RecordInput" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,