GraphQuantizedReluX Method |
Namespace: Emgu.TF
public Operation QuantizedReluX( Output features, Output max_value, Output min_features, Output max_features, Nullable<DataType> out_type = null, string opName = "QuantizedReluX" )
Public Function QuantizedReluX ( features As Output, max_value As Output, min_features As Output, max_features As Output, Optional out_type As Nullable(Of DataType) = Nothing, Optional opName As String = "QuantizedReluX" ) As Operation
public: Operation^ QuantizedReluX( Output^ features, Output^ max_value, Output^ min_features, Output^ max_features, Nullable<DataType> out_type = nullptr, String^ opName = L"QuantizedReluX" )
member QuantizedReluX : features : Output * max_value : Output * min_features : Output * max_features : Output * ?out_type : Nullable<DataType> * ?opName : string (* Defaults: let _out_type = defaultArg out_type null let _opName = defaultArg opName "QuantizedReluX" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,