You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paddle/python/paddle/fluid/layers
liym27 17a6b50fe3
support num_flatten_dims=-1 of API fc. (#22634)
6 years ago
..
__init__.py Split some APIs from nn.py to loss.py (#21117) 6 years ago
collective.py set dim[0] to -1 if dim[0] < 0 during compiling for c_allgather op (#21402) 6 years ago
control_flow.py Modify english document and unittest of while_loop (#22615) 6 years ago
detection.py Fix doc of detection's img_info param (#22458) 6 years ago
device.py Fix dygraph unique name bug (#17592) 7 years ago
distributions.py refine Categorical and MultivariateNormalDiag en doc (#20723) 6 years ago
io.py Bug fix for sparse recorder (#21969) 6 years ago
layer_function_generator.py change check_type_and_dtype to check_variable_and_dtype (#22465) 6 years ago
learning_rate_scheduler.py fix noam decay example, test=develop,test=document_fix (#22557) 6 years ago
loss.py change check_type_and_dtype to check_variable_and_dtype (#22465) 6 years ago
math_op_patch.py Update layers used in ptb model to use auto-generated op functions in dygraph mode (#21724) 6 years ago
metric_op.py change check_type_and_dtype to check_variable_and_dtype (#22465) 6 years ago
nn.py support num_flatten_dims=-1 of API fc. (#22634) 6 years ago
ops.py add erf op (#21785) 6 years ago
rnn.py Add support for dynamic_decode(while) training. (#22231) 6 years ago
sequence_lod.py Split some APIs from nn.py to rnn.py and sequence_lod.py (#21030) 6 years ago
tensor.py Add support for dynamic_decode(while) training. (#22231) 6 years ago
utils.py Polish nn code, test=develop (#22237) 6 years ago