20#include "kernels/Utils.h"
21#include "kernels/BinaryOpCommon.h"
45 [](
bool x,
bool y) {
return x || y; });
void resize(const Shape &new_shape)
const Tensor * input1() const
void configure() override
LogicalOr(const Tensor *input1, const Tensor *input2, Tensor *output)
void execute() const override
const Tensor * input2() const
#define LUCI_INTERPRETER_CHECK(cond)
Shape calculateShapeForBroadcast(const Shape &input1_shape, const Shape &input2_shape)
tflite::RuntimeShape getTensorShape(const Tensor *tensor)
void BinaryOpBroadcastSlow(const tflite::RuntimeShape &unextended_input1_shape, const T *input1_data, const tflite::RuntimeShape &unextended_input2_shape, const T *input2_data, const tflite::RuntimeShape &unextended_output_shape, T *output_data, Op op)