#include "OMStatus.h"
#include "core/OMUtils.h"
#include "execute/OMUtils.h"
#include "core/OMKernelData.h"
#include "execute/OMRuntimeKernel.h"
#include "PALComparisons.h"
Go to the source code of this file.
|
template<typename T > |
void | onert_micro::execute::readDataKernel (OMRuntimeKernel *runtime_kernel, const T *&cast_input_data1, const T *&cast_input_data2, bool *&cast_output_data, core::OMRuntimeShape &input1_shape_ref, core::OMRuntimeShape &input2_shape_ref, core::OMRuntimeShape &output_shape_ref) |
|
template<typename T > |
void | onert_micro::execute::evalComparisonGeneric (OMRuntimeKernel *runtime_kernel, bool F(T, T)) |
|
template<typename T , typename AccType > |
void | onert_micro::execute::evalQuantizedComparisonGeneric (OMRuntimeKernel *runtime_kernel, bool F(AccType, AccType)) |
|