GraphNonDeterministicInts Method |
Namespace: Emgu.TF
public Operation NonDeterministicInts( Output shape, Nullable<DataType> dtype = null, string opName = "NonDeterministicInts" )
Public Function NonDeterministicInts ( shape As Output, Optional dtype As Nullable(Of DataType) = Nothing, Optional opName As String = "NonDeterministicInts" ) As Operation
public: Operation^ NonDeterministicInts( Output^ shape, Nullable<DataType> dtype = nullptr, String^ opName = L"NonDeterministicInts" )
member NonDeterministicInts : shape : Output * ?dtype : Nullable<DataType> * ?opName : string (* Defaults: let _dtype = defaultArg dtype null let _opName = defaultArg opName "NonDeterministicInts" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,