ONE - On-device Neural Engine
|
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) |