paddle/fluid/inference/api/demo_ci/README.md
There are several demos:
simple_on_word2vec.cc.vis_demo.cc.<space split floats as data>\t<space split ints as shape>
To build and execute the demos, simply run
./run.sh $PADDLE_ROOT $TURN_ON_MKL $TEST_GPU_CPU
$PADDLE_ROOT: paddle library path$TURN_ON_MKL: use MKL or Openblas$TEST_GPU_CPU: test both GPU/CPU mode or only CPU modectest -R test_word2vec -R to obtain word2vec model at first.