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
wangchaochaohu 07c1c47bc9
refine the doc of OPs (#26551)
5 years ago
..
contrib add output scale and trt op teller support for hard_swish and hard_sigmoid (#26499) 5 years ago
dataloader add Sampler/SequenceSampler/RandomSampler (#26375) 5 years ago
distributed Integrated Trainer of Parameter Server (API add `fluid.contrib.layers.sparse_embedding` only) (#22957) 5 years ago
dygraph Refine jit load model by extra_var_info (#26461) 5 years ago
incubate fix decay global counter (#26387) 5 years ago
layers refine the doc of OPs (#26551) 5 years ago
tests var, std: input->x, adjust attr order, remove out, add docs (#26446) 5 years ago
transpiler Integrated Trainer of Parameter Server (API add `fluid.contrib.layers.sparse_embedding` only) (#22957) 5 years ago
.gitignore
__init__.py support Baidu Kunlun AI Accelerator (#25959) 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 make preloading ligbomp more robust, test=develop (#25527) 5 years ago
data.py Fix paddle.nn.data in new unittest (#26484) 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 fix typo words (#22653) 5 years ago
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 fix typo in error message (#22312) 5 years ago
executor.py Add check if fluid.data() variable no feed data (#25858) 5 years ago
framework.py support Baidu Kunlun AI Accelerator (#25959) 5 years ago
generator.py add cpu random Generator (#26013) 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 fix typo word (#22784) 5 years ago
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 fix slow var initialize, test=develop (#26516) 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