ONE - On-device Neural Engine
Loading...
Searching...
No Matches
LogicalAnd.h File Reference
#include "cker/Shape.h"
#include "cker/Utils.h"

Go to the source code of this file.

Namespaces

namespace  nnfw
 
namespace  nnfw::cker
 

Functions

template<typename T >
void nnfw::cker::LogicalAndBroadcast (const Shape &unextended_input1_shape, const T *input1_data, const Shape &unextended_input2_shape, const T *input2_data, const Shape &unextended_output_shape, T *output_data)
 
template<typename T >
void nnfw::cker::LogicalAndElementwise (const Shape &shape, const T *input1_data, const T *input2_data, T *output_data)