ONE - On-device Neural Engine
|
#include "cker/Shape.h"
#include "cker/Types.h"
#include "cker/Utils.h"
#include <stdexcept>
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | nnfw |
namespace | nnfw::cker |
Functions | |
template<typename T > | |
void | nnfw::cker::Pad (const int32_t *padding_data, int32_t pad_rank, const Shape &input_shape, const T *input_data, const Shape &output_shape, T *output_data, const T *constant_value_data) |