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