ONE - On-device Neural Engine
Loading...
Searching...
No Matches
Concatenation.h File Reference
#include "cker/Shape.h"
#include "cker/Types.h"
#include <cstdint>
#include <cmath>

Go to the source code of this file.

Namespaces

namespace  nnfw
 
namespace  nnfw::cker
 

Functions

template<typename Scalar >
void nnfw::cker::Concatenation (const ConcatenationParams &params, const Shape *const *input_shapes, const Scalar *const *input_data, const Shape &output_shape, Scalar *output_data)
 
void nnfw::cker::ConcatenationWithScaling (const ConcatenationParams &params, const Shape *const *input_shapes, const uint8_t *const *input_data, const Shape &output_shape, uint8_t *output_data)