fn
permute_copy_i64
void permute_copy_i64(const int * in, int * out, const int & in_shape, const int & perm)Int64 counterpart to permute_copy_f32.
Parameters
inconst int64_t*Source buffer laid out densely (C-order) according to
in_shape.outint64_t*Pre-allocated destination buffer.
in_shapeconst std::vector<int64_t>&Shape of the source tensor.
permconst std::vector<int>&Axis permutation; see
permute_copy_f32.