ONE - On-device Neural Engine
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Transpose.h File Reference
#include "cker/Shape.h"
#include "cker/Types.h"
#include "cker/Utils.h"

Go to the source code of this file.

Namespaces

namespace  nnfw
 
namespace  nnfw::cker
 
namespace  nnfw::cker::reference
 

Functions

template<typename T >
void nnfw::cker::reference::TransposeImpl (const TransposeParams &params, const Shape &unextended_input_shape, const T *input_data, const Shape &unextended_output_shape, T *output_data)
 
template<typename T >
void nnfw::cker::reference::Transpose (const TransposeParams &params, const Shape &unextended_input_shape, const T *input_data, const Shape &unextended_output_shape, T *output_data)
 
template<typename T >
void nnfw::cker::Transpose2D (const Shape &input_shape, const T *input_data, const Shape &output_shape, T *output_data)
 
template<typename T >
void nnfw::cker::Transpose3D (const TransposeParams &params, const Shape &input_shape, const T *input_data, const Shape &, T *output_data)
 
template<typename T >
void nnfw::cker::TransposeImpl (const TransposeParams &params, const Shape &input_shape, const T *input_data, const Shape &output_shape, T *output_data)
 
template<typename T >
void nnfw::cker::Transpose (const TransposeParams &unshrunk_params, const Shape &unshrunk_input_shape, const T *input_data, const Shape &unshrunk_output_shape, T *output_data)