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
lilong12 f1ae017fa9
update copyright year, test=document_fix (#26586)
5 years ago
..
contrib Add the option to execute unit tests only at night (#26669) 5 years ago
dataloader add TensorDataset for multiprocess DataLoader (#26332) 5 years ago
distributed Integrated Trainer of Parameter Server (API add `fluid.contrib.layers.sparse_embedding` only) (#22957) 5 years ago
dygraph Update the demo code and the doc of varbase.backward. (#26506) 5 years ago
incubate fix decay global counter (#26387) 5 years ago
layers Add unified RNN APIs (#26588) 5 years ago
tests update copyright year, test=document_fix (#26586) 5 years ago
transpiler Integrated Trainer of Parameter Server (API add `fluid.contrib.layers.sparse_embedding` only) (#22957) 5 years ago
.gitignore
__init__.py Update the demo code and the doc of varbase.backward. (#26506) 5 years ago
average.py
backward.py [while grad]Support pruning op in find_op_path about while sub-block when appending backward (#25330) 5 years ago
clip.py Upgrade `no_grad` decorator (#25472) 5 years ago
communicator.py Integrated Trainer of Parameter Server (API add `fluid.contrib.layers.sparse_embedding` only) (#22957) 5 years ago
compiler.py English API Docs Optimization Part 1 (#24536) 5 years ago
core.py fix bug when get_glibc_ver returns None (#26693) 5 years ago
data.py add paddle.static.data (#26525) 5 years ago
data_feed_desc.py English API Docs Optimization Part 1 (#24536) 5 years ago
data_feeder.py expose and unify the Tensor concepts to the user (#25978) 5 years ago
dataset.py Support AucRunner in PaddleBox (#22884) 5 years ago
debugger.py
default_scope_funcs.py
device_worker.py add heter ps mode (#25682) 5 years ago
distribute_lookup_table.py
dygraph_utils.py add use_mkldnn attribute to ops in dygraph (#25773) 5 years ago
entry_attr.py Integrated Trainer of Parameter Server (API add `fluid.contrib.layers.sparse_embedding` only) (#22957) 5 years ago
evaluator.py
executor.py optimized transformation form tensor to numpy (#26447) 5 years ago
framework.py Update the demo code and the doc of varbase.backward. (#26506) 5 years ago
generator.py support generator seed in related kernals test=develop (#26495) 5 years ago
graphviz.py
initializer.py add new API: set_global_initializer (#24378) 5 years ago
input.py Add new one hot function in nn.functional (#26183) 5 years ago
install_check.py add paddle.fluid.install_check.run_check example doc (#25993) 5 years ago
io.py Paddle-2.0 API directory migration (#25898) 5 years ago
layer_helper.py
layer_helper_base.py add set default dtype, get default dtype (#26006) 5 years ago
lod_tensor.py test=develop (#24522) 5 years ago
log_helper.py fix logger propagate. test=develop (#23961) 5 years ago
metrics.py
multiprocess_utils.py Refine DataLoader support multi-processing (#23107) 5 years ago
net_drawer.py
nets.py test=develop (#24522) 5 years ago
op.py Implement StaticModelRunner to support dygraph fine-tune static graph pre-training model (#23171) 5 years ago
optimizer.py [2.0API] Reconstruct all API related to LR Scheduler, unify dygraph and static (#26550) 5 years ago
parallel_executor.py test=develop (#24522) 5 years ago
param_attr.py add weight_norm & remove_weight_norm (#26131) 5 years ago
profiler.py add try finally, test=develop (#24243) 5 years ago
reader.py fix static dataloader default pin memory set (#26390) 5 years ago
regularizer.py Revert "add device attr for regularizer, test=develop (#24981)" (#25375) 5 years ago
trainer_desc.py add heter ps mode (#25682) 5 years ago
trainer_factory.py add heter ps mode (#25682) 5 years ago
unique_name.py add try finally, test=develop (#24243) 5 years ago
wrapped_decorator.py