namespace ngraph::runtime::opt_kernel

namespace opt_kernel {

// global functions

void reshape(
    const char \* in,
    char \* out,
    const Shape& in_shape,
    const AxisVector& in_axis_order,
    const Shape& out_shape,
    size_t elem_size
    );

} // namespace opt_kernel