Skip to content

Commit

Permalink
Follow comment
Browse files Browse the repository at this point in the history
  • Loading branch information
reyoung committed Jun 30, 2018
1 parent 941d17f commit f2f7fbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion paddle
Submodule paddle updated 26 files
+20 −0 doc/fluid/design/concepts/lod_tensor.md
+4 −4 doc/fluid/howto/optimization/host_memory_profiling_cn.md
+26 −0 doc/fluid/howto/optimization/timeline_cn.md
+0 −0 doc/fluid/howto/optimization/timeline_en.md
+1 −1 paddle/fluid/framework/details/multi_devices_graph_builder.h
+1 −1 paddle/fluid/framework/parallel_executor.cc
+1 −0 python/paddle/fluid/framework.py
+9 −9 python/paddle/fluid/layers/nn.py
+31 −26 python/paddle/fluid/lod_tensor.py
+5 −12 python/paddle/fluid/optimizer.py
+14 −14 python/paddle/fluid/tests/book/high-level-api/label_semantic_roles/test_label_semantic_roles_newapi.py
+7 −5 python/paddle/fluid/tests/book/high-level-api/machine_translation/test_machine_translation.py
+7 −5 python/paddle/fluid/tests/book/high-level-api/recommender_system/test_recommender_system_newapi.py
+5 −5 python/paddle/fluid/tests/book/high-level-api/understand_sentiment/test_understand_sentiment_conv.py
+5 −5 python/paddle/fluid/tests/book/high-level-api/understand_sentiment/test_understand_sentiment_dynamic_rnn.py
+5 −5 python/paddle/fluid/tests/book/high-level-api/understand_sentiment/test_understand_sentiment_stacked_lstm.py
+10 −9 python/paddle/fluid/tests/book/high-level-api/word2vec/test_word2vec_new_api.py
+10 −6 python/paddle/fluid/tests/book/notest_understand_sentiment.py
+47 −15 python/paddle/fluid/tests/book/test_label_semantic_roles.py
+8 −6 python/paddle/fluid/tests/book/test_machine_translation.py
+7 −5 python/paddle/fluid/tests/book/test_recommender_system.py
+7 −7 python/paddle/fluid/tests/book/test_rnn_encoder_decoder.py
+11 −10 python/paddle/fluid/tests/book/test_word2vec.py
+42 −31 python/paddle/fluid/tests/test_lod_tensor.py
+10 −1 python/paddle/fluid/tests/unittests/test_layers.py
+2 −2 python/setup.py.in
5 changes: 2 additions & 3 deletions source/advanced_usage/deploy/native_inference_engine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ Paddle 预测 API
为了更简单方便的预测部署,Fluid 提供了一套高层 API
用来隐藏底层不同的优化实现。

预测库相关代码位于
https://github.com/PaddlePaddle/Paddle/tree/develop/paddle/contrib/inference
,其中发布的包括
`预测库相关代码 <https://github.com/PaddlePaddle/Paddle/tree/develop/paddle/contrib/inference>`__
包括

- 头文件 ``paddle_inference_api.h`` 定义了所有的接口
- 库文件\ ``libpaddle_fluid.so`` 或 ``libpaddle_fluid.a``
Expand Down

0 comments on commit f2f7fbb

Please sign in to comment.