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
pangyoki 6fafbdc39e
change np.int to int to fix paddle warning (#31221)
4 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 Fix test_slice: avoid unnecessary copying of TensorArray from subblock to parent block(#30168) 4 years ago
detection.py Update doc for 2.0 API and some callback (#31180) 4 years ago
device.py add paddle.utils.deprecated. (#25912) 5 years ago
distributions.py Upgrade string literals to raw string (#28989) 5 years ago
io.py Set expected place in child thread for dataloader to avoid costing cuda memory on other card (#30338) 4 years ago
layer_function_generator.py Fix ops doc for some ops 5 years ago
learning_rate_scheduler.py Optimize the performance of piecewise_decay. (#29077) 5 years ago
loss.py fix doc of alpha_dropout/dropout/dropout2d/dropout3d/npair_loss (#29136) 5 years ago
math_op_patch.py Improve performance of elementwise_add grad op (#29187) 5 years ago
metric_op.py fix paddle.static.acc and auc sample code bug, test=document_fix (#30715) 4 years ago
nn.py Call new cudnn batch norm API regardless of data type and data layout (#30157) 4 years ago
ops.py Add tangent operator (#29207) 5 years ago
rnn.py Fix beam search bug (#29824) 4 years ago
sequence_lod.py Upgrade string literals to raw string (#28989) 5 years ago
tensor.py avoid calling cast twice (#30527) 4 years ago
utils.py change np.int to int to fix paddle warning (#31221) 4 years ago