GraphRebatchDataset Method |
Namespace: Emgu.TF
public Operation RebatchDataset( Output input_dataset, Output num_replicas, DataType[] output_types, long[][] output_shapes, bool use_fallback = true, string opName = "RebatchDataset" )
Public Function RebatchDataset ( input_dataset As Output, num_replicas As Output, output_types As DataType(), output_shapes As Long()(), Optional use_fallback As Boolean = true, Optional opName As String = "RebatchDataset" ) As Operation
public: Operation^ RebatchDataset( Output^ input_dataset, Output^ num_replicas, array<DataType>^ output_types, array<array<long long>^>^ output_shapes, bool use_fallback = true, String^ opName = L"RebatchDataset" )
member RebatchDataset : input_dataset : Output * num_replicas : Output * output_types : DataType[] * output_shapes : int64[][] * ?use_fallback : bool * ?opName : string (* Defaults: let _use_fallback = defaultArg use_fallback true let _opName = defaultArg opName "RebatchDataset" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,