ArmNN
 20.11
maximum< T > Struct Template Reference

#include <Maximum.hpp>

Inheritance diagram for maximum< T >:

Public Member Functions

operator() (const T &inputData0, const T &inputData1) const
 

Detailed Description

template<typename T>
struct armnn::maximum< T >

Definition at line 13 of file Maximum.hpp.

Member Function Documentation

◆ operator()()

T operator() ( const T &  inputData0,
const T &  inputData1 
) const
inline

Definition at line 16 of file Maximum.hpp.

17  {
18  return std::max(inputData0, inputData1);
19  }

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