GraphQuantizedRelu6 Method |
Namespace: Emgu.TF
public Operation QuantizedRelu6( Output features, Output min_features, Output max_features, Nullable<DataType> out_type = null, string opName = "QuantizedRelu6" )
Public Function QuantizedRelu6 ( features As Output, min_features As Output, max_features As Output, Optional out_type As Nullable(Of DataType) = Nothing, Optional opName As String = "QuantizedRelu6" ) As Operation
public: Operation^ QuantizedRelu6( Output^ features, Output^ min_features, Output^ max_features, Nullable<DataType> out_type = nullptr, String^ opName = L"QuantizedRelu6" )
member QuantizedRelu6 : features : 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 "QuantizedRelu6" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,