ONE - On-device Neural Engine
|
#include "cker/Shape.h"
#include "cker/Utils.h"
#include <functional>
#include <stdexcept>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | nnfw |
namespace | nnfw::cker |
Functions | |
template<typename T > | |
void | nnfw::cker::FloorModBroadcast (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::FloorModElementwise (const Shape &shape, const T *input1_data, const T *input2_data, T *output_data) |