Go to the source code of this file.
|
template<typename T > |
void | nnfw::cker::reference::TransposeImpl (const TransposeParams ¶ms, 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 ¶ms, 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 ¶ms, const Shape &input_shape, const T *input_data, const Shape &, T *output_data) |
|
template<typename T > |
void | nnfw::cker::TransposeImpl (const TransposeParams ¶ms, 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) |
|