GraphComputeBatchSize Method |
Namespace: Emgu.TF
public Operation ComputeBatchSize( Output input_dataset, string opName = "ComputeBatchSize" )
Public Function ComputeBatchSize ( input_dataset As Output, Optional opName As String = "ComputeBatchSize" ) As Operation
public: Operation^ ComputeBatchSize( Output^ input_dataset, String^ opName = L"ComputeBatchSize" )
member ComputeBatchSize : input_dataset : Output * ?opName : string (* Defaults: let _opName = defaultArg opName "ComputeBatchSize" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,