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
songyouwei 9203aaf185
fix unittest for coverage (#23007)
5 years ago
..
contrib Changes QAT MKL-DNN documents (#22840) 5 years ago
distributed fix typo words (#22653) 5 years ago
dygraph Tensor.shape support control flow if/for/while and bugfix (#22866) 5 years ago
incubate Integrated API of Parameter Server (#22710) 5 years ago
layers fix unittest for coverage (#23007) 5 years ago
tests fix unittest for coverage (#23007) 5 years ago
transpiler fix typo word (#22784) 5 years ago
.gitignore
__init__.py Add flags to limit gpu memory (#22793) 5 years ago
annotations.py
average.py add "import paddle.fluid as fluid" to examples lack of it 6 years ago
backward.py add fluid.device_guard to specify the device type for Op (#22254) 5 years ago
clip.py test=develop, speed create clip program (#22950) 5 years ago
communicator.py SYNC with communicaotor (#22344) 5 years ago
compiler.py Close fuse when use dgc & move DGC strategy from PE to compiler, test=develop (#22914) 5 years ago
core.py Speed up dygraph DataLoader based on shared memory and LoDTensor serialization (#22541) 5 years ago
data.py fix typo word (#22784) 5 years ago
data_feed_desc.py fix typo words (#22653) 5 years ago
data_feeder.py skip type/dtype check in dygraph mode, test=develop (#22915) 5 years ago
dataset.py support customized download command in dataset (#22782) 5 years ago
debugger.py fix typo words (#22653) 5 years ago
default_scope_funcs.py
device_worker.py multi-loss optimization by adding a DownpourOpt worker (#22025) 5 years ago
distribute_lookup_table.py
dygraph_grad_clip.py fix typo words (#22653) 5 years ago
dygraph_utils.py Fix layer & dygraph circular dependent (#22334) 5 years ago
evaluator.py fix typo in error message (#22312) 5 years ago
executor.py Unmerged fetch list (#22635) 5 years ago
framework.py Imperative tracer refactoring (#22457) 5 years ago
graphviz.py
inferencer.py
initializer.py fix typo words (#22653) 5 years ago
input.py fix typo words (#22653) 5 years ago
install_check.py fix typo words (#22653) 5 years ago
io.py add fluid.device_guard to specify the device type for Op (#22254) 5 years ago
layer_helper.py Enable users to create custom cpp op outside framework. (#19256) 5 years ago
layer_helper_base.py fix typo word (#22784) 5 years ago
lod_tensor.py Fix en docs of apis (#20050) 5 years ago
log_helper.py fix typo words (#22653) 5 years ago
metrics.py fix typo word (#22784) 5 years ago
net_drawer.py fix logging basicConfig cannot be setting after import paddle (#17786) 6 years ago
nets.py fix typo words (#22653) 5 years ago
op.py
optimizer.py Fix problem use recompute and dgc same time (#23010) 5 years ago
parallel_executor.py Close fuse when use dgc & move DGC strategy from PE to compiler, test=develop (#22914) 5 years ago
param_attr.py fix typo words (#22653) 5 years ago
profiler.py Polish profiler doc (#22815) 5 years ago
reader.py Polish detail implement of dygraph data loader (#22878) 5 years ago
regularizer.py Remove _optimized_guard of append_regularization_ops in Dgraph mode (#22271) 5 years ago
trainer_desc.py multi-loss optimization by adding a DownpourOpt worker (#22025) 5 years ago
trainer_factory.py test=develop, bug fix for trainer_factory (#22751) 5 years ago
unique_name.py Check dygraph weight name (#22140) 5 years ago
wrapped_decorator.py