ONE - On-device Neural Engine
|
#include "PALUtils.h"
#include "ProcessBroadcastShapes.h"
#include "core/OMRuntimeShape.h"
#include "core/OMKernelData.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 D , typename T > | |
void | onert_micro::execute::pal::Select (const core::OMRuntimeShape &input_condition_shape, const D *input_condition_data, const core::OMRuntimeShape &input_x_shape, const T *input_x_data, const core::OMRuntimeShape &input_y_shape, const T *input_y_data, const core::OMRuntimeShape &output_shape, T *output_data) |