ct2rs 0.9.18

Rust bindings for OpenNMT/CTranslate2
Documentation
1
2
3
4
5
6
7
#pragma once

#include <thrust/host_vector.h>

// function prototype
void sort_on_device(thrust::host_vector<int>& V);