ONE - On-device Neural Engine
Loading...
Searching...
No Matches
PALMaximumCommon.h File Reference
#include "PALBinaryOpCommon.h"
#include "OMStatus.h"
#include "core/OMRuntimeShape.h"

Go to the source code of this file.

Namespaces

namespace  onert_micro
 
namespace  onert_micro::execute
 
namespace  onert_micro::execute::pal
 

Functions

OMStatus onert_micro::execute::pal::Maximum (const int flat_size, const float *input1_data, const float *input2_data, float *output_data)
 
OMStatus onert_micro::execute::pal::BroadcastMaximum4DSlow (const core::OMRuntimeShape &input1_shape, const float *input1_data, const core::OMRuntimeShape &input2_shape, const float *input2_data, const core::OMRuntimeShape &output_shape, float *output_data)