My Project
Public Types | Static Public Member Functions | List of all members
mlir::quantizer::MaximizingNumericReducer< T > Struct Template Reference

A binary reducer that maximizes a numeric type. More...

#include <Rules.h>

Public Types

using ValueTy = T
 

Static Public Member Functions

static ValueTy initialValue ()
 
static ValueTy reduce (ValueTy lhs, ValueTy rhs)
 

Detailed Description

template<typename T>
struct mlir::quantizer::MaximizingNumericReducer< T >

A binary reducer that maximizes a numeric type.

Member Typedef Documentation

◆ ValueTy

template<typename T >
using mlir::quantizer::MaximizingNumericReducer< T >::ValueTy = T

Member Function Documentation

◆ initialValue()

template<typename T >
static ValueTy mlir::quantizer::MaximizingNumericReducer< T >::initialValue ( )
inlinestatic

◆ reduce()

template<typename T >
static ValueTy mlir::quantizer::MaximizingNumericReducer< T >::reduce ( ValueTy  lhs,
ValueTy  rhs 
)
inlinestatic

The documentation for this struct was generated from the following file: