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

Go to the source code of this file.

Namespaces

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

Functions

template<typename T >
bool onert_micro::execute::pal::LessFn (T lhs, T rhs)
 
template<typename T >
bool onert_micro::execute::pal::LessEqualFn (T lhs, T rhs)
 
template<typename T >
bool onert_micro::execute::pal::EqualFn (T lhs, T rhs)
 
template<typename T >
bool onert_micro::execute::pal::GreaterFn (T lhs, T rhs)
 
template<typename T >
bool onert_micro::execute::pal::GreaterEqualFn (T lhs, T rhs)
 
template<typename T >
bool onert_micro::execute::pal::NotEqualFn (T lhs, T rhs)
 
template<typename T >
void onert_micro::execute::pal::ComparisonNoScaling (const int64_t flat_size, const T *input1_data, const T *input2_data, bool *output_data, bool F(T, T))
 
template<typename T , typename AccType >
void onert_micro::execute::pal::BroadcastComparison4DSlowWithScaling (const core::ComparisonParams &op_params, const core::OMRuntimeShape &unextended_input1_shape, const T *input1_data, const core::OMRuntimeShape &unextended_input2_shape, const T *input2_data, const core::OMRuntimeShape &unextended_output_shape, bool *output_data, bool F(AccType, AccType))
 
template<typename T , typename AccType >
void onert_micro::execute::pal::ComparisonWithScaling (const core::ComparisonParams &op_params, const int64_t flat_size, const T *input1_data, const T *input2_data, bool *output_data, bool F(AccType, AccType))
 
template<typename T >
void onert_micro::execute::pal::BroadcastComparison4DSlowNoScaling (const core::ComparisonParams &op_params, const core::OMRuntimeShape &unextended_input1_shape, const T *input1_data, const core::OMRuntimeShape &unextended_input2_shape, const T *input2_data, const core::OMRuntimeShape &unextended_output_shape, bool *output_data, bool F(T, T))
 

Variable Documentation

◆ desc1

NdArrayDesc<4> desc1

Definition at line 39 of file PALComparisons.h.

◆ desc2

NdArrayDesc<4> desc2

Definition at line 40 of file PALComparisons.h.

◆ output_shape

const core::OMRuntimeShape output_shape

Definition at line 38 of file PALComparisons.h.