Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
PaddlePaddle
FluidDoc
提交
ed45b009
F
FluidDoc
项目概览
PaddlePaddle
/
FluidDoc
通知
10
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
23
列表
看板
标记
里程碑
合并请求
111
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
F
FluidDoc
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
23
Issue
23
列表
看板
标记
里程碑
合并请求
111
合并请求
111
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
ed45b009
编写于
5月 18, 2020
作者:
L
liuwei1031
提交者:
GitHub
5月 18, 2020
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
add api tags (#2134)
上级
4705206d
变更
269
展开全部
隐藏空白更改
内联
并排
Showing
269 changed file
with
403 addition
and
135 deletion
+403
-135
doc/fluid/api/backward/append_backward.rst
doc/fluid/api/backward/append_backward.rst
+2
-0
doc/fluid/api/backward/gradients.rst
doc/fluid/api/backward/gradients.rst
+2
-0
doc/fluid/api/clip/set_gradient_clip.rst
doc/fluid/api/clip/set_gradient_clip.rst
+2
-0
doc/fluid/api/dygraph/BackwardStrategy.rst
doc/fluid/api/dygraph/BackwardStrategy.rst
+2
-0
doc/fluid/api/dygraph/CosineDecay.rst
doc/fluid/api/dygraph/CosineDecay.rst
+2
-0
doc/fluid/api/dygraph/ExponentialDecay.rst
doc/fluid/api/dygraph/ExponentialDecay.rst
+2
-0
doc/fluid/api/dygraph/InverseTimeDecay.rst
doc/fluid/api/dygraph/InverseTimeDecay.rst
+2
-0
doc/fluid/api/dygraph/NaturalExpDecay.rst
doc/fluid/api/dygraph/NaturalExpDecay.rst
+2
-0
doc/fluid/api/dygraph/NoamDecay.rst
doc/fluid/api/dygraph/NoamDecay.rst
+2
-0
doc/fluid/api/dygraph/PiecewiseDecay.rst
doc/fluid/api/dygraph/PiecewiseDecay.rst
+2
-0
doc/fluid/api/dygraph/PolynomialDecay.rst
doc/fluid/api/dygraph/PolynomialDecay.rst
+2
-0
doc/fluid/api/dygraph/TracedLayer.rst
doc/fluid/api/dygraph/TracedLayer.rst
+2
-0
doc/fluid/api/dygraph/grad.rst
doc/fluid/api/dygraph/grad.rst
+2
-0
doc/fluid/api/dygraph/guard.rst
doc/fluid/api/dygraph/guard.rst
+2
-0
doc/fluid/api/dygraph/load_dygraph.rst
doc/fluid/api/dygraph/load_dygraph.rst
+2
-0
doc/fluid/api/dygraph/no_grad.rst
doc/fluid/api/dygraph/no_grad.rst
+2
-0
doc/fluid/api/dygraph/save_dygraph.rst
doc/fluid/api/dygraph/save_dygraph.rst
+2
-0
doc/fluid/api/dygraph/to_variable.rst
doc/fluid/api/dygraph/to_variable.rst
+2
-0
doc/fluid/api/executor/Executor.rst
doc/fluid/api/executor/Executor.rst
+2
-0
doc/fluid/api/executor/global_scope.rst
doc/fluid/api/executor/global_scope.rst
+2
-0
doc/fluid/api/executor/scope_guard.rst
doc/fluid/api/executor/scope_guard.rst
+2
-0
doc/fluid/api/fluid/BuildStrategy.rst
doc/fluid/api/fluid/BuildStrategy.rst
+2
-0
doc/fluid/api/fluid/CompiledProgram.rst
doc/fluid/api/fluid/CompiledProgram.rst
+2
-0
doc/fluid/api/fluid/DataFeedDesc.rst
doc/fluid/api/fluid/DataFeedDesc.rst
+2
-0
doc/fluid/api/fluid/DataFeeder.rst
doc/fluid/api/fluid/DataFeeder.rst
+2
-0
doc/fluid/api/fluid/ExecutionStrategy.rst
doc/fluid/api/fluid/ExecutionStrategy.rst
+2
-0
doc/fluid/api/fluid/Executor.rst
doc/fluid/api/fluid/Executor.rst
+2
-0
doc/fluid/api/fluid/ParallelExecutor.rst
doc/fluid/api/fluid/ParallelExecutor.rst
+2
-0
doc/fluid/api/fluid/WeightNormParamAttr.rst
doc/fluid/api/fluid/WeightNormParamAttr.rst
+2
-0
doc/fluid/api/fluid/create_random_int_lodtensor.rst
doc/fluid/api/fluid/create_random_int_lodtensor.rst
+2
-0
doc/fluid/api/fluid/data.rst
doc/fluid/api/fluid/data.rst
+2
-0
doc/fluid/api/fluid/device_guard.rst
doc/fluid/api/fluid/device_guard.rst
+2
-0
doc/fluid/api/fluid/embedding.rst
doc/fluid/api/fluid/embedding.rst
+2
-0
doc/fluid/api/fluid/global_scope.rst
doc/fluid/api/fluid/global_scope.rst
+2
-0
doc/fluid/api/fluid/gradients.rst
doc/fluid/api/fluid/gradients.rst
+2
-0
doc/fluid/api/fluid/memory_optimize.rst
doc/fluid/api/fluid/memory_optimize.rst
+2
-0
doc/fluid/api/fluid/name_scope.rst
doc/fluid/api/fluid/name_scope.rst
+2
-0
doc/fluid/api/fluid/program_guard.rst
doc/fluid/api/fluid/program_guard.rst
+2
-0
doc/fluid/api/fluid/release_memory.rst
doc/fluid/api/fluid/release_memory.rst
+2
-0
doc/fluid/api/fluid/save.rst
doc/fluid/api/fluid/save.rst
+2
-0
doc/fluid/api/fluid/scope_guard.rst
doc/fluid/api/fluid/scope_guard.rst
+2
-0
doc/fluid/api/io/load_inference_model.rst
doc/fluid/api/io/load_inference_model.rst
+2
-0
doc/fluid/api/io/load_params.rst
doc/fluid/api/io/load_params.rst
+2
-0
doc/fluid/api/io/load_persistables.rst
doc/fluid/api/io/load_persistables.rst
+2
-0
doc/fluid/api/io/save.rst
doc/fluid/api/io/save.rst
+2
-0
doc/fluid/api/io/save_inference_model.rst
doc/fluid/api/io/save_inference_model.rst
+2
-0
doc/fluid/api/io/save_params.rst
doc/fluid/api/io/save_params.rst
+2
-0
doc/fluid/api/io/save_persistables.rst
doc/fluid/api/io/save_persistables.rst
+2
-0
doc/fluid/api/io/save_vars.rst
doc/fluid/api/io/save_vars.rst
+2
-0
doc/fluid/api/layers/BeamSearchDecoder.rst
doc/fluid/api/layers/BeamSearchDecoder.rst
+2
-0
doc/fluid/api/layers/Decoder.rst
doc/fluid/api/layers/Decoder.rst
+2
-0
doc/fluid/api/layers/DynamicRNN.rst
doc/fluid/api/layers/DynamicRNN.rst
+2
-0
doc/fluid/api/layers/GRUCell.rst
doc/fluid/api/layers/GRUCell.rst
+2
-0
doc/fluid/api/layers/IfElse.rst
doc/fluid/api/layers/IfElse.rst
+2
-0
doc/fluid/api/layers/LSTMCell.rst
doc/fluid/api/layers/LSTMCell.rst
+2
-0
doc/fluid/api/layers/Print.rst
doc/fluid/api/layers/Print.rst
+2
-0
doc/fluid/api/layers/RNNCell.rst
doc/fluid/api/layers/RNNCell.rst
+2
-0
doc/fluid/api/layers/StaticRNN.rst
doc/fluid/api/layers/StaticRNN.rst
+2
-0
doc/fluid/api/layers/Switch.rst
doc/fluid/api/layers/Switch.rst
+2
-0
doc/fluid/api/layers/While.rst
doc/fluid/api/layers/While.rst
+2
-0
doc/fluid/api/layers/autoincreased_step_counter.rst
doc/fluid/api/layers/autoincreased_step_counter.rst
+2
-0
doc/fluid/api/layers/batch_norm.rst
doc/fluid/api/layers/batch_norm.rst
+2
-0
doc/fluid/api/layers/bilinear_tensor_product.rst
doc/fluid/api/layers/bilinear_tensor_product.rst
+2
-0
doc/fluid/api/layers/case.rst
doc/fluid/api/layers/case.rst
+2
-0
doc/fluid/api/layers/center_loss.rst
doc/fluid/api/layers/center_loss.rst
+2
-0
doc/fluid/api/layers/cond.rst
doc/fluid/api/layers/cond.rst
+2
-0
doc/fluid/api/layers/conv2d.rst
doc/fluid/api/layers/conv2d.rst
+2
-0
doc/fluid/api/layers/conv2d_transpose.rst
doc/fluid/api/layers/conv2d_transpose.rst
+2
-0
doc/fluid/api/layers/conv3d.rst
doc/fluid/api/layers/conv3d.rst
+2
-0
doc/fluid/api/layers/conv3d_transpose.rst
doc/fluid/api/layers/conv3d_transpose.rst
+2
-0
doc/fluid/api/layers/create_parameter.rst
doc/fluid/api/layers/create_parameter.rst
+2
-0
doc/fluid/api/layers/create_py_reader_by_data.rst
doc/fluid/api/layers/create_py_reader_by_data.rst
+2
-0
doc/fluid/api/layers/crf_decoding.rst
doc/fluid/api/layers/crf_decoding.rst
+2
-0
doc/fluid/api/layers/data.rst
doc/fluid/api/layers/data.rst
+2
-0
doc/fluid/api/layers/data_norm.rst
doc/fluid/api/layers/data_norm.rst
+2
-0
doc/fluid/api/layers/deformable_conv.rst
doc/fluid/api/layers/deformable_conv.rst
+2
-0
doc/fluid/api/layers/dynamic_decode.rst
doc/fluid/api/layers/dynamic_decode.rst
+2
-0
doc/fluid/api/layers/dynamic_gru.rst
doc/fluid/api/layers/dynamic_gru.rst
+2
-0
doc/fluid/api/layers/dynamic_lstm.rst
doc/fluid/api/layers/dynamic_lstm.rst
+2
-0
doc/fluid/api/layers/dynamic_lstmp.rst
doc/fluid/api/layers/dynamic_lstmp.rst
+2
-0
doc/fluid/api/layers/embedding.rst
doc/fluid/api/layers/embedding.rst
+2
-0
doc/fluid/api/layers/fc.rst
doc/fluid/api/layers/fc.rst
+2
-0
doc/fluid/api/layers/group_norm.rst
doc/fluid/api/layers/group_norm.rst
+2
-0
doc/fluid/api/layers/gru_unit.rst
doc/fluid/api/layers/gru_unit.rst
+2
-0
doc/fluid/api/layers/hsigmoid.rst
doc/fluid/api/layers/hsigmoid.rst
+2
-0
doc/fluid/api/layers/im2sequence.rst
doc/fluid/api/layers/im2sequence.rst
+2
-0
doc/fluid/api/layers/inplace_abn.rst
doc/fluid/api/layers/inplace_abn.rst
+2
-0
doc/fluid/api/layers/instance_norm.rst
doc/fluid/api/layers/instance_norm.rst
+2
-0
doc/fluid/api/layers/layer_norm.rst
doc/fluid/api/layers/layer_norm.rst
+2
-0
doc/fluid/api/layers/linear_chain_crf.rst
doc/fluid/api/layers/linear_chain_crf.rst
+2
-0
doc/fluid/api/layers/lstm.rst
doc/fluid/api/layers/lstm.rst
+2
-0
doc/fluid/api/layers/lstm_unit.rst
doc/fluid/api/layers/lstm_unit.rst
+2
-0
doc/fluid/api/layers/multi_box_head.rst
doc/fluid/api/layers/multi_box_head.rst
+2
-0
doc/fluid/api/layers/nce.rst
doc/fluid/api/layers/nce.rst
+2
-0
doc/fluid/api/layers/prelu.rst
doc/fluid/api/layers/prelu.rst
+2
-0
doc/fluid/api/layers/py_func.rst
doc/fluid/api/layers/py_func.rst
+2
-0
doc/fluid/api/layers/py_reader.rst
doc/fluid/api/layers/py_reader.rst
+2
-0
doc/fluid/api/layers/read_file.rst
doc/fluid/api/layers/read_file.rst
+2
-0
doc/fluid/api/layers/rnn.rst
doc/fluid/api/layers/rnn.rst
+2
-0
doc/fluid/api/layers/row_conv.rst
doc/fluid/api/layers/row_conv.rst
+2
-0
doc/fluid/api/layers/sequence_concat.rst
doc/fluid/api/layers/sequence_concat.rst
+2
-0
doc/fluid/api/layers/sequence_conv.rst
doc/fluid/api/layers/sequence_conv.rst
+2
-0
doc/fluid/api/layers/sequence_enumerate.rst
doc/fluid/api/layers/sequence_enumerate.rst
+2
-0
doc/fluid/api/layers/sequence_expand.rst
doc/fluid/api/layers/sequence_expand.rst
+2
-0
doc/fluid/api/layers/sequence_expand_as.rst
doc/fluid/api/layers/sequence_expand_as.rst
+2
-0
doc/fluid/api/layers/sequence_first_step.rst
doc/fluid/api/layers/sequence_first_step.rst
+2
-0
doc/fluid/api/layers/sequence_last_step.rst
doc/fluid/api/layers/sequence_last_step.rst
+2
-0
doc/fluid/api/layers/sequence_pad.rst
doc/fluid/api/layers/sequence_pad.rst
+2
-0
doc/fluid/api/layers/sequence_pool.rst
doc/fluid/api/layers/sequence_pool.rst
+2
-0
doc/fluid/api/layers/sequence_reshape.rst
doc/fluid/api/layers/sequence_reshape.rst
+2
-0
doc/fluid/api/layers/sequence_scatter.rst
doc/fluid/api/layers/sequence_scatter.rst
+2
-0
doc/fluid/api/layers/sequence_slice.rst
doc/fluid/api/layers/sequence_slice.rst
+2
-0
doc/fluid/api/layers/sequence_softmax.rst
doc/fluid/api/layers/sequence_softmax.rst
+2
-0
doc/fluid/api/layers/sequence_unpad.rst
doc/fluid/api/layers/sequence_unpad.rst
+2
-0
doc/fluid/api/layers/spectral_norm.rst
doc/fluid/api/layers/spectral_norm.rst
+2
-0
doc/fluid/api/layers/switch_case.rst
doc/fluid/api/layers/switch_case.rst
+2
-0
doc/fluid/api/layers/while_loop.rst
doc/fluid/api/layers/while_loop.rst
+2
-0
doc/fluid/api/nets/glu.rst
doc/fluid/api/nets/glu.rst
+2
-0
doc/fluid/api/nets/img_conv_group.rst
doc/fluid/api/nets/img_conv_group.rst
+2
-0
doc/fluid/api/nets/scaled_dot_product_attention.rst
doc/fluid/api/nets/scaled_dot_product_attention.rst
+2
-0
doc/fluid/api/nets/sequence_conv_pool.rst
doc/fluid/api/nets/sequence_conv_pool.rst
+2
-0
doc/fluid/api/nets/simple_img_conv_pool.rst
doc/fluid/api/nets/simple_img_conv_pool.rst
+2
-0
doc/fluid/api/optimizer/DGCMomentumOptimizer.rst
doc/fluid/api/optimizer/DGCMomentumOptimizer.rst
+2
-0
doc/fluid/api/optimizer/ExponentialMovingAverage.rst
doc/fluid/api/optimizer/ExponentialMovingAverage.rst
+2
-0
doc/fluid/api/optimizer/LookaheadOptimizer.rst
doc/fluid/api/optimizer/LookaheadOptimizer.rst
+2
-0
doc/fluid/api/optimizer/ModelAverage.rst
doc/fluid/api/optimizer/ModelAverage.rst
+2
-0
doc/fluid/api/optimizer/PipelineOptimizer.rst
doc/fluid/api/optimizer/PipelineOptimizer.rst
+2
-0
doc/fluid/api/optimizer/RecomputeOptimizer.rst
doc/fluid/api/optimizer/RecomputeOptimizer.rst
+2
-0
doc/fluid/api/transpiler/DistributeTranspiler.rst
doc/fluid/api/transpiler/DistributeTranspiler.rst
+2
-0
doc/fluid/api/transpiler/DistributeTranspilerConfig.rst
doc/fluid/api/transpiler/DistributeTranspilerConfig.rst
+2
-0
doc/fluid/api/transpiler/HashName.rst
doc/fluid/api/transpiler/HashName.rst
+2
-0
doc/fluid/api/transpiler/RoundRobin.rst
doc/fluid/api/transpiler/RoundRobin.rst
+2
-0
doc/fluid/api/transpiler/memory_optimize.rst
doc/fluid/api/transpiler/memory_optimize.rst
+2
-0
doc/fluid/api/transpiler/release_memory.rst
doc/fluid/api/transpiler/release_memory.rst
+2
-0
doc/fluid/api_cn/backward_cn/append_backward_cn.rst
doc/fluid/api_cn/backward_cn/append_backward_cn.rst
+1
-1
doc/fluid/api_cn/backward_cn/gradients_cn.rst
doc/fluid/api_cn/backward_cn/gradients_cn.rst
+1
-1
doc/fluid/api_cn/clip_cn/set_gradient_clip_cn.rst
doc/fluid/api_cn/clip_cn/set_gradient_clip_cn.rst
+1
-1
doc/fluid/api_cn/dygraph_cn/BackwardStrategy_cn.rst
doc/fluid/api_cn/dygraph_cn/BackwardStrategy_cn.rst
+1
-1
doc/fluid/api_cn/dygraph_cn/CosineDecay_cn.rst
doc/fluid/api_cn/dygraph_cn/CosineDecay_cn.rst
+1
-1
doc/fluid/api_cn/dygraph_cn/ExponentialDecay_cn.rst
doc/fluid/api_cn/dygraph_cn/ExponentialDecay_cn.rst
+1
-1
doc/fluid/api_cn/dygraph_cn/FC_cn.rst
doc/fluid/api_cn/dygraph_cn/FC_cn.rst
+1
-1
doc/fluid/api_cn/dygraph_cn/InverseTimeDecay_cn.rst
doc/fluid/api_cn/dygraph_cn/InverseTimeDecay_cn.rst
+1
-1
doc/fluid/api_cn/dygraph_cn/NaturalExpDecay_cn.rst
doc/fluid/api_cn/dygraph_cn/NaturalExpDecay_cn.rst
+1
-1
doc/fluid/api_cn/dygraph_cn/NoamDecay_cn.rst
doc/fluid/api_cn/dygraph_cn/NoamDecay_cn.rst
+1
-1
doc/fluid/api_cn/dygraph_cn/PiecewiseDecay_cn.rst
doc/fluid/api_cn/dygraph_cn/PiecewiseDecay_cn.rst
+1
-1
doc/fluid/api_cn/dygraph_cn/PolynomialDecay_cn.rst
doc/fluid/api_cn/dygraph_cn/PolynomialDecay_cn.rst
+1
-1
doc/fluid/api_cn/dygraph_cn/TracedLayer_cn.rst
doc/fluid/api_cn/dygraph_cn/TracedLayer_cn.rst
+1
-1
doc/fluid/api_cn/dygraph_cn/grad_cn.rst
doc/fluid/api_cn/dygraph_cn/grad_cn.rst
+1
-1
doc/fluid/api_cn/dygraph_cn/guard_cn.rst
doc/fluid/api_cn/dygraph_cn/guard_cn.rst
+1
-1
doc/fluid/api_cn/dygraph_cn/load_dygraph_cn.rst
doc/fluid/api_cn/dygraph_cn/load_dygraph_cn.rst
+1
-1
doc/fluid/api_cn/dygraph_cn/no_grad_cn.rst
doc/fluid/api_cn/dygraph_cn/no_grad_cn.rst
+1
-1
doc/fluid/api_cn/dygraph_cn/save_dygraph_cn.rst
doc/fluid/api_cn/dygraph_cn/save_dygraph_cn.rst
+1
-1
doc/fluid/api_cn/dygraph_cn/to_variable_cn.rst
doc/fluid/api_cn/dygraph_cn/to_variable_cn.rst
+1
-1
doc/fluid/api_cn/executor_cn/Executor_cn.rst
doc/fluid/api_cn/executor_cn/Executor_cn.rst
+1
-1
doc/fluid/api_cn/executor_cn/global_scope_cn.rst
doc/fluid/api_cn/executor_cn/global_scope_cn.rst
+1
-1
doc/fluid/api_cn/executor_cn/scope_guard_cn.rst
doc/fluid/api_cn/executor_cn/scope_guard_cn.rst
+1
-1
doc/fluid/api_cn/fluid_cn/BuildStrategy_cn.rst
doc/fluid/api_cn/fluid_cn/BuildStrategy_cn.rst
+1
-1
doc/fluid/api_cn/fluid_cn/CompiledProgram_cn.rst
doc/fluid/api_cn/fluid_cn/CompiledProgram_cn.rst
+1
-1
doc/fluid/api_cn/fluid_cn/DataFeedDesc_cn.rst
doc/fluid/api_cn/fluid_cn/DataFeedDesc_cn.rst
+1
-1
doc/fluid/api_cn/fluid_cn/DataFeeder_cn.rst
doc/fluid/api_cn/fluid_cn/DataFeeder_cn.rst
+1
-1
doc/fluid/api_cn/fluid_cn/ExecutionStrategy_cn.rst
doc/fluid/api_cn/fluid_cn/ExecutionStrategy_cn.rst
+1
-1
doc/fluid/api_cn/fluid_cn/Executor_cn.rst
doc/fluid/api_cn/fluid_cn/Executor_cn.rst
+1
-1
doc/fluid/api_cn/fluid_cn/ParallelExecutor_cn.rst
doc/fluid/api_cn/fluid_cn/ParallelExecutor_cn.rst
+1
-1
doc/fluid/api_cn/fluid_cn/WeightNormParamAttr_cn.rst
doc/fluid/api_cn/fluid_cn/WeightNormParamAttr_cn.rst
+1
-1
doc/fluid/api_cn/fluid_cn/create_random_int_lodtensor_cn.rst
doc/fluid/api_cn/fluid_cn/create_random_int_lodtensor_cn.rst
+1
-1
doc/fluid/api_cn/fluid_cn/data_cn.rst
doc/fluid/api_cn/fluid_cn/data_cn.rst
+1
-1
doc/fluid/api_cn/fluid_cn/device_guard_cn.rst
doc/fluid/api_cn/fluid_cn/device_guard_cn.rst
+1
-1
doc/fluid/api_cn/fluid_cn/embedding_cn.rst
doc/fluid/api_cn/fluid_cn/embedding_cn.rst
+1
-1
doc/fluid/api_cn/fluid_cn/global_scope_cn.rst
doc/fluid/api_cn/fluid_cn/global_scope_cn.rst
+1
-1
doc/fluid/api_cn/fluid_cn/gradients_cn.rst
doc/fluid/api_cn/fluid_cn/gradients_cn.rst
+1
-1
doc/fluid/api_cn/fluid_cn/memory_optimize_cn.rst
doc/fluid/api_cn/fluid_cn/memory_optimize_cn.rst
+1
-1
doc/fluid/api_cn/fluid_cn/name_scope_cn.rst
doc/fluid/api_cn/fluid_cn/name_scope_cn.rst
+1
-1
doc/fluid/api_cn/fluid_cn/program_guard_cn.rst
doc/fluid/api_cn/fluid_cn/program_guard_cn.rst
+1
-1
doc/fluid/api_cn/fluid_cn/release_memory_cn.rst
doc/fluid/api_cn/fluid_cn/release_memory_cn.rst
+1
-1
doc/fluid/api_cn/fluid_cn/save_cn.rst
doc/fluid/api_cn/fluid_cn/save_cn.rst
+1
-1
doc/fluid/api_cn/fluid_cn/scope_guard_cn.rst
doc/fluid/api_cn/fluid_cn/scope_guard_cn.rst
+1
-1
doc/fluid/api_cn/io_cn/load_inference_model_cn.rst
doc/fluid/api_cn/io_cn/load_inference_model_cn.rst
+1
-1
doc/fluid/api_cn/io_cn/load_params_cn.rst
doc/fluid/api_cn/io_cn/load_params_cn.rst
+1
-1
doc/fluid/api_cn/io_cn/load_persistables_cn.rst
doc/fluid/api_cn/io_cn/load_persistables_cn.rst
+1
-1
doc/fluid/api_cn/io_cn/save_cn.rst
doc/fluid/api_cn/io_cn/save_cn.rst
+1
-1
doc/fluid/api_cn/io_cn/save_inference_model_cn.rst
doc/fluid/api_cn/io_cn/save_inference_model_cn.rst
+1
-1
doc/fluid/api_cn/io_cn/save_params_cn.rst
doc/fluid/api_cn/io_cn/save_params_cn.rst
+1
-1
doc/fluid/api_cn/io_cn/save_persistables_cn.rst
doc/fluid/api_cn/io_cn/save_persistables_cn.rst
+1
-1
doc/fluid/api_cn/io_cn/save_vars_cn.rst
doc/fluid/api_cn/io_cn/save_vars_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/BeamSearchDecoder_cn.rst
doc/fluid/api_cn/layers_cn/BeamSearchDecoder_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/Decoder_cn.rst
doc/fluid/api_cn/layers_cn/Decoder_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/DynamicRNN_cn.rst
doc/fluid/api_cn/layers_cn/DynamicRNN_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/GRUCell_cn.rst
doc/fluid/api_cn/layers_cn/GRUCell_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/IfElse_cn.rst
doc/fluid/api_cn/layers_cn/IfElse_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/LSTMCell_cn.rst
doc/fluid/api_cn/layers_cn/LSTMCell_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/Print_cn.rst
doc/fluid/api_cn/layers_cn/Print_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/RNNCell_cn.rst
doc/fluid/api_cn/layers_cn/RNNCell_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/StaticRNN_cn.rst
doc/fluid/api_cn/layers_cn/StaticRNN_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/Switch_cn.rst
doc/fluid/api_cn/layers_cn/Switch_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/While_cn.rst
doc/fluid/api_cn/layers_cn/While_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/autoincreased_step_counter_cn.rst
doc/fluid/api_cn/layers_cn/autoincreased_step_counter_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/batch_norm_cn.rst
doc/fluid/api_cn/layers_cn/batch_norm_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/bilinear_tensor_product_cn.rst
doc/fluid/api_cn/layers_cn/bilinear_tensor_product_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/case_cn.rst
doc/fluid/api_cn/layers_cn/case_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/center_loss_cn.rst
doc/fluid/api_cn/layers_cn/center_loss_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/cond_cn.rst
doc/fluid/api_cn/layers_cn/cond_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/conv2d_cn.rst
doc/fluid/api_cn/layers_cn/conv2d_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/conv2d_transpose_cn.rst
doc/fluid/api_cn/layers_cn/conv2d_transpose_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/conv3d_cn.rst
doc/fluid/api_cn/layers_cn/conv3d_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/conv3d_transpose_cn.rst
doc/fluid/api_cn/layers_cn/conv3d_transpose_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/create_parameter_cn.rst
doc/fluid/api_cn/layers_cn/create_parameter_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/create_py_reader_by_data_cn.rst
doc/fluid/api_cn/layers_cn/create_py_reader_by_data_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/crf_decoding_cn.rst
doc/fluid/api_cn/layers_cn/crf_decoding_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/data_cn.rst
doc/fluid/api_cn/layers_cn/data_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/data_norm_cn.rst
doc/fluid/api_cn/layers_cn/data_norm_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/deformable_conv_cn.rst
doc/fluid/api_cn/layers_cn/deformable_conv_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/dynamic_decode_cn.rst
doc/fluid/api_cn/layers_cn/dynamic_decode_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/dynamic_gru_cn.rst
doc/fluid/api_cn/layers_cn/dynamic_gru_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/dynamic_lstm_cn.rst
doc/fluid/api_cn/layers_cn/dynamic_lstm_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/dynamic_lstmp_cn.rst
doc/fluid/api_cn/layers_cn/dynamic_lstmp_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/embedding_cn.rst
doc/fluid/api_cn/layers_cn/embedding_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/fc_cn.rst
doc/fluid/api_cn/layers_cn/fc_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/group_norm_cn.rst
doc/fluid/api_cn/layers_cn/group_norm_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/gru_unit_cn.rst
doc/fluid/api_cn/layers_cn/gru_unit_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/hsigmoid_cn.rst
doc/fluid/api_cn/layers_cn/hsigmoid_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/im2sequence_cn.rst
doc/fluid/api_cn/layers_cn/im2sequence_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/inplace_abn_cn.rst
doc/fluid/api_cn/layers_cn/inplace_abn_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/instance_norm_cn.rst
doc/fluid/api_cn/layers_cn/instance_norm_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/layer_norm_cn.rst
doc/fluid/api_cn/layers_cn/layer_norm_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/linear_chain_crf_cn.rst
doc/fluid/api_cn/layers_cn/linear_chain_crf_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/lstm_cn.rst
doc/fluid/api_cn/layers_cn/lstm_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/lstm_unit_cn.rst
doc/fluid/api_cn/layers_cn/lstm_unit_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/multi_box_head_cn.rst
doc/fluid/api_cn/layers_cn/multi_box_head_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/nce_cn.rst
doc/fluid/api_cn/layers_cn/nce_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/prelu_cn.rst
doc/fluid/api_cn/layers_cn/prelu_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/py_func_cn.rst
doc/fluid/api_cn/layers_cn/py_func_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/py_reader_cn.rst
doc/fluid/api_cn/layers_cn/py_reader_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/read_file_cn.rst
doc/fluid/api_cn/layers_cn/read_file_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/rnn_cn.rst
doc/fluid/api_cn/layers_cn/rnn_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/row_conv_cn.rst
doc/fluid/api_cn/layers_cn/row_conv_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/sequence_concat_cn.rst
doc/fluid/api_cn/layers_cn/sequence_concat_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/sequence_conv_cn.rst
doc/fluid/api_cn/layers_cn/sequence_conv_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/sequence_enumerate_cn.rst
doc/fluid/api_cn/layers_cn/sequence_enumerate_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/sequence_expand_as_cn.rst
doc/fluid/api_cn/layers_cn/sequence_expand_as_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/sequence_expand_cn.rst
doc/fluid/api_cn/layers_cn/sequence_expand_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/sequence_first_step_cn.rst
doc/fluid/api_cn/layers_cn/sequence_first_step_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/sequence_last_step_cn.rst
doc/fluid/api_cn/layers_cn/sequence_last_step_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/sequence_pad_cn.rst
doc/fluid/api_cn/layers_cn/sequence_pad_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/sequence_pool_cn.rst
doc/fluid/api_cn/layers_cn/sequence_pool_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/sequence_reshape_cn.rst
doc/fluid/api_cn/layers_cn/sequence_reshape_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/sequence_scatter_cn.rst
doc/fluid/api_cn/layers_cn/sequence_scatter_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/sequence_slice_cn.rst
doc/fluid/api_cn/layers_cn/sequence_slice_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/sequence_softmax_cn.rst
doc/fluid/api_cn/layers_cn/sequence_softmax_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/sequence_unpad_cn.rst
doc/fluid/api_cn/layers_cn/sequence_unpad_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/spectral_norm_cn.rst
doc/fluid/api_cn/layers_cn/spectral_norm_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/switch_case_cn.rst
doc/fluid/api_cn/layers_cn/switch_case_cn.rst
+1
-1
doc/fluid/api_cn/layers_cn/while_loop_cn.rst
doc/fluid/api_cn/layers_cn/while_loop_cn.rst
+1
-1
doc/fluid/api_cn/nets_cn/glu_cn.rst
doc/fluid/api_cn/nets_cn/glu_cn.rst
+1
-1
doc/fluid/api_cn/nets_cn/img_conv_group_cn.rst
doc/fluid/api_cn/nets_cn/img_conv_group_cn.rst
+1
-1
doc/fluid/api_cn/nets_cn/scaled_dot_product_attention_cn.rst
doc/fluid/api_cn/nets_cn/scaled_dot_product_attention_cn.rst
+1
-1
doc/fluid/api_cn/nets_cn/sequence_conv_pool_cn.rst
doc/fluid/api_cn/nets_cn/sequence_conv_pool_cn.rst
+1
-1
doc/fluid/api_cn/nets_cn/simple_img_conv_pool_cn.rst
doc/fluid/api_cn/nets_cn/simple_img_conv_pool_cn.rst
+1
-1
doc/fluid/api_cn/optimizer_cn/DGCMomentumOptimizer_cn.rst
doc/fluid/api_cn/optimizer_cn/DGCMomentumOptimizer_cn.rst
+1
-1
doc/fluid/api_cn/optimizer_cn/ExponentialMovingAverage_cn.rst
...fluid/api_cn/optimizer_cn/ExponentialMovingAverage_cn.rst
+1
-1
doc/fluid/api_cn/optimizer_cn/LookaheadOptimizer_cn.rst
doc/fluid/api_cn/optimizer_cn/LookaheadOptimizer_cn.rst
+1
-1
doc/fluid/api_cn/optimizer_cn/ModelAverage_cn.rst
doc/fluid/api_cn/optimizer_cn/ModelAverage_cn.rst
+1
-1
doc/fluid/api_cn/optimizer_cn/PipelineOptimizer_cn.rst
doc/fluid/api_cn/optimizer_cn/PipelineOptimizer_cn.rst
+1
-1
doc/fluid/api_cn/optimizer_cn/RecomputeOptimizer_cn.rst
doc/fluid/api_cn/optimizer_cn/RecomputeOptimizer_cn.rst
+1
-1
doc/fluid/api_cn/transpiler_cn/DistributeTranspilerConfig_cn.rst
...id/api_cn/transpiler_cn/DistributeTranspilerConfig_cn.rst
+1
-1
doc/fluid/api_cn/transpiler_cn/DistributeTranspiler_cn.rst
doc/fluid/api_cn/transpiler_cn/DistributeTranspiler_cn.rst
+1
-1
doc/fluid/api_cn/transpiler_cn/HashName_cn.rst
doc/fluid/api_cn/transpiler_cn/HashName_cn.rst
+1
-1
doc/fluid/api_cn/transpiler_cn/RoundRobin_cn.rst
doc/fluid/api_cn/transpiler_cn/RoundRobin_cn.rst
+1
-1
doc/fluid/api_cn/transpiler_cn/memory_optimize_cn.rst
doc/fluid/api_cn/transpiler_cn/memory_optimize_cn.rst
+1
-1
doc/fluid/api_cn/transpiler_cn/release_memory_cn.rst
doc/fluid/api_cn/transpiler_cn/release_memory_cn.rst
+1
-1
未找到文件。
doc/fluid/api/backward/append_backward.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
append_backward
append_backward
---------------
---------------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.backward.append_backward
.. autofunction:: paddle.fluid.backward.append_backward
:noindex:
:noindex:
doc/fluid/api/backward/gradients.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
gradients
gradients
---------
---------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.backward.gradients
.. autofunction:: paddle.fluid.backward.gradients
:noindex:
:noindex:
doc/fluid/api/clip/set_gradient_clip.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
set_gradient_clip
set_gradient_clip
-----------------
-----------------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.clip.set_gradient_clip
.. autofunction:: paddle.fluid.clip.set_gradient_clip
:noindex:
:noindex:
doc/fluid/api/dygraph/BackwardStrategy.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
BackwardStrategy
BackwardStrategy
----------------
----------------
:api_attr: imperative programming (dynamic graph)
.. autoclass:: paddle.fluid.dygraph.BackwardStrategy
.. autoclass:: paddle.fluid.dygraph.BackwardStrategy
:members:
:members:
:noindex:
:noindex:
...
...
doc/fluid/api/dygraph/CosineDecay.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
CosineDecay
CosineDecay
-----------
-----------
:api_attr: imperative programming (dynamic graph)
.. autoclass:: paddle.fluid.dygraph.CosineDecay
.. autoclass:: paddle.fluid.dygraph.CosineDecay
:members:
:members:
:noindex:
:noindex:
...
...
doc/fluid/api/dygraph/ExponentialDecay.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
ExponentialDecay
ExponentialDecay
----------------
----------------
:api_attr: imperative programming (dynamic graph)
.. autoclass:: paddle.fluid.dygraph.ExponentialDecay
.. autoclass:: paddle.fluid.dygraph.ExponentialDecay
:members:
:members:
:noindex:
:noindex:
...
...
doc/fluid/api/dygraph/InverseTimeDecay.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
InverseTimeDecay
InverseTimeDecay
----------------
----------------
:api_attr: imperative programming (dynamic graph)
.. autoclass:: paddle.fluid.dygraph.InverseTimeDecay
.. autoclass:: paddle.fluid.dygraph.InverseTimeDecay
:members:
:members:
:noindex:
:noindex:
...
...
doc/fluid/api/dygraph/NaturalExpDecay.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
NaturalExpDecay
NaturalExpDecay
---------------
---------------
:api_attr: imperative programming (dynamic graph)
.. autoclass:: paddle.fluid.dygraph.NaturalExpDecay
.. autoclass:: paddle.fluid.dygraph.NaturalExpDecay
:members:
:members:
:noindex:
:noindex:
...
...
doc/fluid/api/dygraph/NoamDecay.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
NoamDecay
NoamDecay
---------
---------
:api_attr: imperative programming (dynamic graph)
.. autoclass:: paddle.fluid.dygraph.NoamDecay
.. autoclass:: paddle.fluid.dygraph.NoamDecay
:members:
:members:
:noindex:
:noindex:
...
...
doc/fluid/api/dygraph/PiecewiseDecay.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
PiecewiseDecay
PiecewiseDecay
--------------
--------------
:api_attr: imperative programming (dynamic graph)
.. autoclass:: paddle.fluid.dygraph.PiecewiseDecay
.. autoclass:: paddle.fluid.dygraph.PiecewiseDecay
:members:
:members:
:noindex:
:noindex:
...
...
doc/fluid/api/dygraph/PolynomialDecay.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
PolynomialDecay
PolynomialDecay
---------------
---------------
:api_attr: imperative programming (dynamic graph)
.. autoclass:: paddle.fluid.dygraph.PolynomialDecay
.. autoclass:: paddle.fluid.dygraph.PolynomialDecay
:members:
:members:
:noindex:
:noindex:
...
...
doc/fluid/api/dygraph/TracedLayer.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
TracedLayer
TracedLayer
-----------
-----------
:api_attr: imperative programming (dynamic graph)
.. autoclass:: paddle.fluid.dygraph.TracedLayer
.. autoclass:: paddle.fluid.dygraph.TracedLayer
:members:
:members:
:noindex:
:noindex:
...
...
doc/fluid/api/dygraph/grad.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
grad
grad
----
----
:api_attr: imperative programming (dynamic graph)
.. autofunction:: paddle.fluid.dygraph.grad
.. autofunction:: paddle.fluid.dygraph.grad
:noindex:
:noindex:
doc/fluid/api/dygraph/guard.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
guard
guard
-----
-----
:api_attr: imperative programming (dynamic graph)
.. autofunction:: paddle.fluid.dygraph.guard
.. autofunction:: paddle.fluid.dygraph.guard
:noindex:
:noindex:
doc/fluid/api/dygraph/load_dygraph.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
load_dygraph
load_dygraph
------------
------------
:api_attr: imperative programming (dynamic graph)
.. autofunction:: paddle.fluid.dygraph.load_dygraph
.. autofunction:: paddle.fluid.dygraph.load_dygraph
:noindex:
:noindex:
doc/fluid/api/dygraph/no_grad.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
no_grad
no_grad
-------
-------
:api_attr: imperative programming (dynamic graph)
.. autofunction:: paddle.fluid.dygraph.no_grad
.. autofunction:: paddle.fluid.dygraph.no_grad
:noindex:
:noindex:
doc/fluid/api/dygraph/save_dygraph.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
save_dygraph
save_dygraph
------------
------------
:api_attr: imperative programming (dynamic graph)
.. autofunction:: paddle.fluid.dygraph.save_dygraph
.. autofunction:: paddle.fluid.dygraph.save_dygraph
:noindex:
:noindex:
doc/fluid/api/dygraph/to_variable.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
to_variable
to_variable
-----------
-----------
:api_attr: imperative programming (dynamic graph)
.. autofunction:: paddle.fluid.dygraph.to_variable
.. autofunction:: paddle.fluid.dygraph.to_variable
:noindex:
:noindex:
doc/fluid/api/executor/Executor.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
Executor
Executor
--------
--------
:api_attr: declarative programming (static graph)
.. autoclass:: paddle.fluid.executor.Executor
.. autoclass:: paddle.fluid.executor.Executor
:members:
:members:
:inherited-members:
:inherited-members:
...
...
doc/fluid/api/executor/global_scope.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
global_scope
global_scope
------------
------------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.executor.global_scope
.. autofunction:: paddle.fluid.executor.global_scope
:noindex:
:noindex:
doc/fluid/api/executor/scope_guard.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
scope_guard
scope_guard
-----------
-----------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.executor.scope_guard
.. autofunction:: paddle.fluid.executor.scope_guard
:noindex:
:noindex:
doc/fluid/api/fluid/BuildStrategy.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
BuildStrategy
BuildStrategy
-------------
-------------
:api_attr: declarative programming (static graph)
.. autoclass:: paddle.fluid.BuildStrategy
.. autoclass:: paddle.fluid.BuildStrategy
:members:
:members:
:inherited-members:
:inherited-members:
...
...
doc/fluid/api/fluid/CompiledProgram.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
CompiledProgram
CompiledProgram
---------------
---------------
:api_attr: declarative programming (static graph)
.. autoclass:: paddle.fluid.CompiledProgram
.. autoclass:: paddle.fluid.CompiledProgram
:members:
:members:
:inherited-members:
:inherited-members:
...
...
doc/fluid/api/fluid/DataFeedDesc.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
DataFeedDesc
DataFeedDesc
------------
------------
:api_attr: declarative programming (static graph)
.. autoclass:: paddle.fluid.DataFeedDesc
.. autoclass:: paddle.fluid.DataFeedDesc
:members:
:members:
:inherited-members:
:inherited-members:
...
...
doc/fluid/api/fluid/DataFeeder.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
DataFeeder
DataFeeder
----------
----------
:api_attr: declarative programming (static graph)
.. autoclass:: paddle.fluid.DataFeeder
.. autoclass:: paddle.fluid.DataFeeder
:members:
:members:
:inherited-members:
:inherited-members:
...
...
doc/fluid/api/fluid/ExecutionStrategy.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
ExecutionStrategy
ExecutionStrategy
-----------------
-----------------
:api_attr: declarative programming (static graph)
.. autoclass:: paddle.fluid.ExecutionStrategy
.. autoclass:: paddle.fluid.ExecutionStrategy
:members:
:members:
:inherited-members:
:inherited-members:
...
...
doc/fluid/api/fluid/Executor.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
Executor
Executor
--------
--------
:api_attr: declarative programming (static graph)
.. autoclass:: paddle.fluid.Executor
.. autoclass:: paddle.fluid.Executor
:members:
:members:
:inherited-members:
:inherited-members:
...
...
doc/fluid/api/fluid/ParallelExecutor.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
ParallelExecutor
ParallelExecutor
----------------
----------------
:api_attr: declarative programming (static graph)
.. autoclass:: paddle.fluid.ParallelExecutor
.. autoclass:: paddle.fluid.ParallelExecutor
:members:
:members:
:inherited-members:
:inherited-members:
...
...
doc/fluid/api/fluid/WeightNormParamAttr.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
WeightNormParamAttr
WeightNormParamAttr
-------------------
-------------------
:api_attr: declarative programming (static graph)
.. autoclass:: paddle.fluid.WeightNormParamAttr
.. autoclass:: paddle.fluid.WeightNormParamAttr
:members:
:members:
:inherited-members:
:inherited-members:
...
...
doc/fluid/api/fluid/create_random_int_lodtensor.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
create_random_int_lodtensor
create_random_int_lodtensor
---------------------------
---------------------------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.create_random_int_lodtensor
.. autofunction:: paddle.fluid.create_random_int_lodtensor
:noindex:
:noindex:
doc/fluid/api/fluid/data.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
data
data
----
----
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.data
.. autofunction:: paddle.fluid.data
:noindex:
:noindex:
doc/fluid/api/fluid/device_guard.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
device_guard
device_guard
------------
------------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.device_guard
.. autofunction:: paddle.fluid.device_guard
:noindex:
:noindex:
doc/fluid/api/fluid/embedding.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
embedding
embedding
---------
---------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.embedding
.. autofunction:: paddle.fluid.embedding
:noindex:
:noindex:
doc/fluid/api/fluid/global_scope.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
global_scope
global_scope
------------
------------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.global_scope
.. autofunction:: paddle.fluid.global_scope
:noindex:
:noindex:
doc/fluid/api/fluid/gradients.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
gradients
gradients
---------
---------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.gradients
.. autofunction:: paddle.fluid.gradients
:noindex:
:noindex:
doc/fluid/api/fluid/memory_optimize.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
memory_optimize
memory_optimize
---------------
---------------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.memory_optimize
.. autofunction:: paddle.fluid.memory_optimize
:noindex:
:noindex:
doc/fluid/api/fluid/name_scope.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
name_scope
name_scope
----------
----------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.name_scope
.. autofunction:: paddle.fluid.name_scope
:noindex:
:noindex:
doc/fluid/api/fluid/program_guard.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
program_guard
program_guard
-------------
-------------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.program_guard
.. autofunction:: paddle.fluid.program_guard
:noindex:
:noindex:
doc/fluid/api/fluid/release_memory.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
release_memory
release_memory
--------------
--------------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.release_memory
.. autofunction:: paddle.fluid.release_memory
:noindex:
:noindex:
doc/fluid/api/fluid/save.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
save
save
----
----
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.save
.. autofunction:: paddle.fluid.save
:noindex:
:noindex:
doc/fluid/api/fluid/scope_guard.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
scope_guard
scope_guard
-----------
-----------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.scope_guard
.. autofunction:: paddle.fluid.scope_guard
:noindex:
:noindex:
doc/fluid/api/io/load_inference_model.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
load_inference_model
load_inference_model
--------------------
--------------------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.io.load_inference_model
.. autofunction:: paddle.fluid.io.load_inference_model
:noindex:
:noindex:
doc/fluid/api/io/load_params.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
load_params
load_params
-----------
-----------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.io.load_params
.. autofunction:: paddle.fluid.io.load_params
:noindex:
:noindex:
doc/fluid/api/io/load_persistables.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
load_persistables
load_persistables
-----------------
-----------------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.io.load_persistables
.. autofunction:: paddle.fluid.io.load_persistables
:noindex:
:noindex:
doc/fluid/api/io/save.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
save
save
----
----
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.io.save
.. autofunction:: paddle.fluid.io.save
:noindex:
:noindex:
doc/fluid/api/io/save_inference_model.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
save_inference_model
save_inference_model
--------------------
--------------------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.io.save_inference_model
.. autofunction:: paddle.fluid.io.save_inference_model
:noindex:
:noindex:
doc/fluid/api/io/save_params.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
save_params
save_params
-----------
-----------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.io.save_params
.. autofunction:: paddle.fluid.io.save_params
:noindex:
:noindex:
doc/fluid/api/io/save_persistables.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
save_persistables
save_persistables
-----------------
-----------------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.io.save_persistables
.. autofunction:: paddle.fluid.io.save_persistables
:noindex:
:noindex:
doc/fluid/api/io/save_vars.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
save_vars
save_vars
---------
---------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.io.save_vars
.. autofunction:: paddle.fluid.io.save_vars
:noindex:
:noindex:
doc/fluid/api/layers/BeamSearchDecoder.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
BeamSearchDecoder
BeamSearchDecoder
-----------------
-----------------
:api_attr: declarative programming (static graph)
.. autoclass:: paddle.fluid.layers.BeamSearchDecoder
.. autoclass:: paddle.fluid.layers.BeamSearchDecoder
:members:
:members:
:inherited-members:
:inherited-members:
...
...
doc/fluid/api/layers/Decoder.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
Decoder
Decoder
-------
-------
:api_attr: declarative programming (static graph)
.. autoclass:: paddle.fluid.layers.Decoder
.. autoclass:: paddle.fluid.layers.Decoder
:members:
:members:
:inherited-members:
:inherited-members:
...
...
doc/fluid/api/layers/DynamicRNN.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
DynamicRNN
DynamicRNN
----------
----------
:api_attr: declarative programming (static graph)
.. autoclass:: paddle.fluid.layers.DynamicRNN
.. autoclass:: paddle.fluid.layers.DynamicRNN
:members:
:members:
:inherited-members:
:inherited-members:
...
...
doc/fluid/api/layers/GRUCell.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
GRUCell
GRUCell
-------
-------
:api_attr: declarative programming (static graph)
.. autoclass:: paddle.fluid.layers.GRUCell
.. autoclass:: paddle.fluid.layers.GRUCell
:members:
:members:
:inherited-members:
:inherited-members:
...
...
doc/fluid/api/layers/IfElse.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
IfElse
IfElse
------
------
:api_attr: declarative programming (static graph)
.. autoclass:: paddle.fluid.layers.IfElse
.. autoclass:: paddle.fluid.layers.IfElse
:members:
:members:
:inherited-members:
:inherited-members:
...
...
doc/fluid/api/layers/LSTMCell.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
LSTMCell
LSTMCell
--------
--------
:api_attr: declarative programming (static graph)
.. autoclass:: paddle.fluid.layers.LSTMCell
.. autoclass:: paddle.fluid.layers.LSTMCell
:members:
:members:
:inherited-members:
:inherited-members:
...
...
doc/fluid/api/layers/Print.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
Print
Print
-----
-----
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.Print
.. autofunction:: paddle.fluid.layers.Print
:noindex:
:noindex:
doc/fluid/api/layers/RNNCell.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
RNNCell
RNNCell
-------
-------
:api_attr: declarative programming (static graph)
.. autoclass:: paddle.fluid.layers.RNNCell
.. autoclass:: paddle.fluid.layers.RNNCell
:members:
:members:
:inherited-members:
:inherited-members:
...
...
doc/fluid/api/layers/StaticRNN.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
StaticRNN
StaticRNN
---------
---------
:api_attr: declarative programming (static graph)
.. autoclass:: paddle.fluid.layers.StaticRNN
.. autoclass:: paddle.fluid.layers.StaticRNN
:members:
:members:
:inherited-members:
:inherited-members:
...
...
doc/fluid/api/layers/Switch.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
Switch
Switch
------
------
:api_attr: declarative programming (static graph)
.. autoclass:: paddle.fluid.layers.Switch
.. autoclass:: paddle.fluid.layers.Switch
:members:
:members:
:inherited-members:
:inherited-members:
...
...
doc/fluid/api/layers/While.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
While
While
-----
-----
:api_attr: declarative programming (static graph)
.. autoclass:: paddle.fluid.layers.While
.. autoclass:: paddle.fluid.layers.While
:members:
:members:
:inherited-members:
:inherited-members:
...
...
doc/fluid/api/layers/autoincreased_step_counter.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
autoincreased_step_counter
autoincreased_step_counter
--------------------------
--------------------------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.autoincreased_step_counter
.. autofunction:: paddle.fluid.layers.autoincreased_step_counter
:noindex:
:noindex:
doc/fluid/api/layers/batch_norm.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
batch_norm
batch_norm
----------
----------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.batch_norm
.. autofunction:: paddle.fluid.layers.batch_norm
:noindex:
:noindex:
doc/fluid/api/layers/bilinear_tensor_product.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
bilinear_tensor_product
bilinear_tensor_product
-----------------------
-----------------------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.bilinear_tensor_product
.. autofunction:: paddle.fluid.layers.bilinear_tensor_product
:noindex:
:noindex:
doc/fluid/api/layers/case.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
case
case
----
----
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.case
.. autofunction:: paddle.fluid.layers.case
:noindex:
:noindex:
doc/fluid/api/layers/center_loss.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
center_loss
center_loss
-----------
-----------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.center_loss
.. autofunction:: paddle.fluid.layers.center_loss
:noindex:
:noindex:
doc/fluid/api/layers/cond.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
cond
cond
----
----
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.cond
.. autofunction:: paddle.fluid.layers.cond
:noindex:
:noindex:
doc/fluid/api/layers/conv2d.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
conv2d
conv2d
------
------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.conv2d
.. autofunction:: paddle.fluid.layers.conv2d
:noindex:
:noindex:
doc/fluid/api/layers/conv2d_transpose.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
conv2d_transpose
conv2d_transpose
----------------
----------------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.conv2d_transpose
.. autofunction:: paddle.fluid.layers.conv2d_transpose
:noindex:
:noindex:
doc/fluid/api/layers/conv3d.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
conv3d
conv3d
------
------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.conv3d
.. autofunction:: paddle.fluid.layers.conv3d
:noindex:
:noindex:
doc/fluid/api/layers/conv3d_transpose.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
conv3d_transpose
conv3d_transpose
----------------
----------------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.conv3d_transpose
.. autofunction:: paddle.fluid.layers.conv3d_transpose
:noindex:
:noindex:
doc/fluid/api/layers/create_parameter.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
create_parameter
create_parameter
----------------
----------------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.create_parameter
.. autofunction:: paddle.fluid.layers.create_parameter
:noindex:
:noindex:
doc/fluid/api/layers/create_py_reader_by_data.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
create_py_reader_by_data
create_py_reader_by_data
------------------------
------------------------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.create_py_reader_by_data
.. autofunction:: paddle.fluid.layers.create_py_reader_by_data
:noindex:
:noindex:
doc/fluid/api/layers/crf_decoding.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
crf_decoding
crf_decoding
------------
------------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.crf_decoding
.. autofunction:: paddle.fluid.layers.crf_decoding
:noindex:
:noindex:
doc/fluid/api/layers/data.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
data
data
----
----
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.data
.. autofunction:: paddle.fluid.layers.data
:noindex:
:noindex:
doc/fluid/api/layers/data_norm.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
data_norm
data_norm
---------
---------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.data_norm
.. autofunction:: paddle.fluid.layers.data_norm
:noindex:
:noindex:
doc/fluid/api/layers/deformable_conv.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
deformable_conv
deformable_conv
---------------
---------------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.deformable_conv
.. autofunction:: paddle.fluid.layers.deformable_conv
:noindex:
:noindex:
doc/fluid/api/layers/dynamic_decode.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
dynamic_decode
dynamic_decode
--------------
--------------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.dynamic_decode
.. autofunction:: paddle.fluid.layers.dynamic_decode
:noindex:
:noindex:
doc/fluid/api/layers/dynamic_gru.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
dynamic_gru
dynamic_gru
-----------
-----------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.dynamic_gru
.. autofunction:: paddle.fluid.layers.dynamic_gru
:noindex:
:noindex:
doc/fluid/api/layers/dynamic_lstm.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
dynamic_lstm
dynamic_lstm
------------
------------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.dynamic_lstm
.. autofunction:: paddle.fluid.layers.dynamic_lstm
:noindex:
:noindex:
doc/fluid/api/layers/dynamic_lstmp.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
dynamic_lstmp
dynamic_lstmp
-------------
-------------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.dynamic_lstmp
.. autofunction:: paddle.fluid.layers.dynamic_lstmp
:noindex:
:noindex:
doc/fluid/api/layers/embedding.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
embedding
embedding
---------
---------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.embedding
.. autofunction:: paddle.fluid.layers.embedding
:noindex:
:noindex:
doc/fluid/api/layers/fc.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
fc
fc
--
--
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.fc
.. autofunction:: paddle.fluid.layers.fc
:noindex:
:noindex:
doc/fluid/api/layers/group_norm.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
group_norm
group_norm
----------
----------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.group_norm
.. autofunction:: paddle.fluid.layers.group_norm
:noindex:
:noindex:
doc/fluid/api/layers/gru_unit.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
gru_unit
gru_unit
--------
--------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.gru_unit
.. autofunction:: paddle.fluid.layers.gru_unit
:noindex:
:noindex:
doc/fluid/api/layers/hsigmoid.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
hsigmoid
hsigmoid
--------
--------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.hsigmoid
.. autofunction:: paddle.fluid.layers.hsigmoid
:noindex:
:noindex:
doc/fluid/api/layers/im2sequence.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
im2sequence
im2sequence
-----------
-----------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.im2sequence
.. autofunction:: paddle.fluid.layers.im2sequence
:noindex:
:noindex:
doc/fluid/api/layers/inplace_abn.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
inplace_abn
inplace_abn
-----------
-----------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.inplace_abn
.. autofunction:: paddle.fluid.layers.inplace_abn
:noindex:
:noindex:
doc/fluid/api/layers/instance_norm.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
instance_norm
instance_norm
-------------
-------------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.instance_norm
.. autofunction:: paddle.fluid.layers.instance_norm
:noindex:
:noindex:
doc/fluid/api/layers/layer_norm.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
layer_norm
layer_norm
----------
----------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.layer_norm
.. autofunction:: paddle.fluid.layers.layer_norm
:noindex:
:noindex:
doc/fluid/api/layers/linear_chain_crf.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
linear_chain_crf
linear_chain_crf
----------------
----------------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.linear_chain_crf
.. autofunction:: paddle.fluid.layers.linear_chain_crf
:noindex:
:noindex:
doc/fluid/api/layers/lstm.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
lstm
lstm
----
----
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.lstm
.. autofunction:: paddle.fluid.layers.lstm
:noindex:
:noindex:
doc/fluid/api/layers/lstm_unit.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
lstm_unit
lstm_unit
---------
---------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.lstm_unit
.. autofunction:: paddle.fluid.layers.lstm_unit
:noindex:
:noindex:
doc/fluid/api/layers/multi_box_head.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
multi_box_head
multi_box_head
--------------
--------------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.multi_box_head
.. autofunction:: paddle.fluid.layers.multi_box_head
:noindex:
:noindex:
doc/fluid/api/layers/nce.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
nce
nce
---
---
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.nce
.. autofunction:: paddle.fluid.layers.nce
:noindex:
:noindex:
doc/fluid/api/layers/prelu.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
prelu
prelu
-----
-----
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.prelu
.. autofunction:: paddle.fluid.layers.prelu
:noindex:
:noindex:
doc/fluid/api/layers/py_func.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
py_func
py_func
-------
-------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.py_func
.. autofunction:: paddle.fluid.layers.py_func
:noindex:
:noindex:
doc/fluid/api/layers/py_reader.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
py_reader
py_reader
---------
---------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.py_reader
.. autofunction:: paddle.fluid.layers.py_reader
:noindex:
:noindex:
doc/fluid/api/layers/read_file.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
read_file
read_file
---------
---------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.read_file
.. autofunction:: paddle.fluid.layers.read_file
:noindex:
:noindex:
doc/fluid/api/layers/rnn.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
rnn
rnn
---
---
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.rnn
.. autofunction:: paddle.fluid.layers.rnn
:noindex:
:noindex:
doc/fluid/api/layers/row_conv.rst
浏览文件 @
ed45b009
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
row_conv
row_conv
--------
--------
:api_attr: declarative programming (static graph)
.. autofunction:: paddle.fluid.layers.row_conv
.. autofunction:: paddle.fluid.layers.row_conv
:noindex:
:noindex:
doc/fluid/api/layers/sequence_concat.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/layers/sequence_conv.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/layers/sequence_enumerate.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/layers/sequence_expand.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/layers/sequence_expand_as.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/layers/sequence_first_step.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/layers/sequence_last_step.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/layers/sequence_pad.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/layers/sequence_pool.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/layers/sequence_reshape.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/layers/sequence_scatter.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/layers/sequence_slice.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/layers/sequence_softmax.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/layers/sequence_unpad.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/layers/spectral_norm.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/layers/switch_case.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/layers/while_loop.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/nets/glu.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/nets/img_conv_group.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/nets/scaled_dot_product_attention.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/nets/sequence_conv_pool.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/nets/simple_img_conv_pool.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/optimizer/DGCMomentumOptimizer.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/optimizer/ExponentialMovingAverage.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/optimizer/LookaheadOptimizer.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/optimizer/ModelAverage.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/optimizer/PipelineOptimizer.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/optimizer/RecomputeOptimizer.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/transpiler/DistributeTranspiler.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/transpiler/DistributeTranspilerConfig.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/transpiler/HashName.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/transpiler/RoundRobin.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/transpiler/memory_optimize.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api/transpiler/release_memory.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/backward_cn/append_backward_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/backward_cn/gradients_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/clip_cn/set_gradient_clip_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/dygraph_cn/BackwardStrategy_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/dygraph_cn/CosineDecay_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/dygraph_cn/ExponentialDecay_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/dygraph_cn/FC_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/dygraph_cn/InverseTimeDecay_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/dygraph_cn/NaturalExpDecay_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/dygraph_cn/NoamDecay_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/dygraph_cn/PiecewiseDecay_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/dygraph_cn/PolynomialDecay_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/dygraph_cn/TracedLayer_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/dygraph_cn/grad_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/dygraph_cn/guard_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/dygraph_cn/load_dygraph_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/dygraph_cn/no_grad_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/dygraph_cn/save_dygraph_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/dygraph_cn/to_variable_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/executor_cn/Executor_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/executor_cn/global_scope_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/executor_cn/scope_guard_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/fluid_cn/BuildStrategy_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/fluid_cn/CompiledProgram_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/fluid_cn/DataFeedDesc_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/fluid_cn/DataFeeder_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/fluid_cn/ExecutionStrategy_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/fluid_cn/Executor_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/fluid_cn/ParallelExecutor_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/fluid_cn/WeightNormParamAttr_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/fluid_cn/create_random_int_lodtensor_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/fluid_cn/data_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/fluid_cn/device_guard_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/fluid_cn/embedding_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/fluid_cn/global_scope_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/fluid_cn/gradients_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/fluid_cn/memory_optimize_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/fluid_cn/name_scope_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/fluid_cn/program_guard_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/fluid_cn/release_memory_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/fluid_cn/save_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/fluid_cn/scope_guard_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/io_cn/load_inference_model_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/io_cn/load_params_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/io_cn/load_persistables_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/io_cn/save_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/io_cn/save_inference_model_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/io_cn/save_params_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/io_cn/save_persistables_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/io_cn/save_vars_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/BeamSearchDecoder_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/Decoder_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/DynamicRNN_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/GRUCell_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/IfElse_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/LSTMCell_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/Print_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/RNNCell_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/StaticRNN_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/Switch_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/While_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/autoincreased_step_counter_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/batch_norm_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/bilinear_tensor_product_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/case_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/center_loss_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/cond_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/conv2d_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/conv2d_transpose_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/conv3d_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/conv3d_transpose_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/create_parameter_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/create_py_reader_by_data_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/crf_decoding_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/data_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/data_norm_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/deformable_conv_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/dynamic_decode_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/dynamic_gru_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/dynamic_lstm_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/dynamic_lstmp_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/embedding_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/fc_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/group_norm_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/gru_unit_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/hsigmoid_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/im2sequence_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/inplace_abn_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/instance_norm_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/layer_norm_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/linear_chain_crf_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/lstm_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/lstm_unit_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/multi_box_head_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/nce_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/prelu_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/py_func_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/py_reader_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/read_file_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/rnn_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/row_conv_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/sequence_concat_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/sequence_conv_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/sequence_enumerate_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/sequence_expand_as_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/sequence_expand_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/sequence_first_step_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/sequence_last_step_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/sequence_pad_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/sequence_pool_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/sequence_reshape_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/sequence_scatter_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/sequence_slice_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/sequence_softmax_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/sequence_unpad_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/spectral_norm_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/switch_case_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/layers_cn/while_loop_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/nets_cn/glu_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/nets_cn/img_conv_group_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/nets_cn/scaled_dot_product_attention_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/nets_cn/sequence_conv_pool_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/nets_cn/simple_img_conv_pool_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/optimizer_cn/DGCMomentumOptimizer_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/optimizer_cn/ExponentialMovingAverage_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/optimizer_cn/LookaheadOptimizer_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/optimizer_cn/ModelAverage_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/optimizer_cn/PipelineOptimizer_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/optimizer_cn/RecomputeOptimizer_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/transpiler_cn/DistributeTranspilerConfig_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/transpiler_cn/DistributeTranspiler_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/transpiler_cn/HashName_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/transpiler_cn/RoundRobin_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/transpiler_cn/memory_optimize_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
doc/fluid/api_cn/transpiler_cn/release_memory_cn.rst
浏览文件 @
ed45b009
此差异已折叠。
点击以展开。
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录