tensorflow::
    
   ops::
    
   QuantizedRelu
  
  
   #include <nn_ops.h>
  
  
   Computes Quantized Rectified Linear:
   
    max(features, 0)
   
  
Summary
Args:
- scope: A Scope object
 - min_features: The float value that the lowest quantized value represents.
 - max_features: The float value that the highest quantized value represents.
 
Returns:
- 
     
Outputactivations: Has the same output shape as "features". - 
     
Outputmin_activations: The float value that the lowest quantized value represents. - 
     
Outputmax_activations: The float value that the highest quantized value represents. 
     Constructors and Destructors | 
   |
|---|---|
     
      
       QuantizedRelu
      
      (const ::
      
       tensorflow::Scope
      
      & scope, ::
      
       tensorflow::Input
      
      features, ::
      
       tensorflow::Input
      
      min_features, ::
      
       tensorflow::Input
      
      max_features)
     
      | 
   |
     
      
       QuantizedRelu
      
      (const ::
      
       tensorflow::Scope
      
      & scope, ::
      
       tensorflow::Input
      
      features, ::
      
       tensorflow::Input
      
      min_features, ::
      
       tensorflow::Input
      
      max_features, const
      
       QuantizedRelu::Attrs
      
      & attrs)
     
      | 
   
     Public attributes | 
   |
|---|---|
     
      
       activations
      
     
     | 
    |
     
      
       max_activations
      
     
     | 
    |
     
      
       min_activations
      
     
     | 
    |
     
      
       operation
      
     
     | 
    |
     Public static functions | 
   |
|---|---|
     
      
       OutType
      
      (DataType x)
     
     | 
    |
     Structs | 
   |
|---|---|
| 
     
      tensorflow::
       | 
    
      Optional attribute setters for QuantizedRelu .  | 
   
Public attributes
Public functions
QuantizedRelu
QuantizedRelu( const ::tensorflow::Scope & scope, ::tensorflow::Input features, ::tensorflow::Input min_features, ::tensorflow::Input max_features )
QuantizedRelu
QuantizedRelu( const ::tensorflow::Scope & scope, ::tensorflow::Input features, ::tensorflow::Input min_features, ::tensorflow::Input max_features, const QuantizedRelu::Attrs & attrs )