diff --git a/develop/doc/api/v2/run_logic.html b/develop/doc/api/v2/run_logic.html index 5e46a6338590000f4ceafab188e5c7c879e6bb09..62c91adca562c46527692e976069617ace22a1ef 100644 --- a/develop/doc/api/v2/run_logic.html +++ b/develop/doc/api/v2/run_logic.html @@ -364,6 +364,46 @@ Trainer.train.

+
+
+serialize(name, f)
+
+++ + + + + + +
Parameters:
    +
  • name
  • +
  • f (file) –
  • +
+
Returns:

+
+
+ +
+
+deserialize(name, f)
+
+++ + + + + + +
Parameters:
    +
  • name
  • +
  • f (file) –
  • +
+
Returns:

+
+
+ diff --git a/develop/doc/genindex.html b/develop/doc/genindex.html index d6898aa8ecc4297a5db00821465ccf75bef8a981..2c151ec5d760473e6ad44e16f83d0bd5a9287dd1 100644 --- a/develop/doc/genindex.html +++ b/develop/doc/genindex.html @@ -318,10 +318,12 @@
  • define_py_data_sources2() (in module paddle.trainer_config_helpers.data_sources)
  • dense_vector() (in module paddle.v2.data_type) +
  • +
  • dense_vector_sequence() (in module paddle.v2.data_type)