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
cc 7c55a94de5
Disable test_quantization_scale_pass unittest for random error, test=develop (#23441)
6 years ago
..
contrib Disable test_quantization_scale_pass unittest for random error, test=develop (#23441) 6 years ago
distributed fix typo words (#22653) 6 years ago
dygraph [Dy2stat] Add data_layer_not_check (#23351) 6 years ago
incubate fix dump slot in strategy (#23398) 6 years ago
layers import core in rnn.py (#23394) 6 years ago
tests fix conflict of inferne partial feed with gpu parallel ssa graph executor, test=develop (#23400) 6 years ago
transpiler fix bug at sync with communicator (#23077) 6 years ago
.gitignore
__init__.py add new method of gradient_clip, better to use,test=develop (#23224) 6 years ago
annotations.py
average.py add "import paddle.fluid as fluid" to examples lack of it 7 years ago
backward.py Add dygraph double grad implementation (#22939) 6 years ago
clip.py add new method of gradient_clip, better to use,test=develop (#23224) 6 years ago
communicator.py SYNC with communicaotor (#22344) 6 years ago
compiler.py Close fuse when use dgc & move DGC strategy from PE to compiler, test=develop (#22914) 6 years ago
core.py Speed up dygraph DataLoader based on shared memory and LoDTensor serialization (#22541) 6 years ago
data.py fix typo word (#22784) 6 years ago
data_feed_desc.py fix typo words (#22653) 6 years ago
data_feeder.py skip type/dtype check in dygraph mode, test=develop (#22915) 6 years ago
dataset.py Add need_save_delta parameter to solve OOM (#23097) 6 years ago
debugger.py fix typo words (#22653) 6 years ago
default_scope_funcs.py
device_worker.py fix stat var in hogwild worker (#23367) 6 years ago
distribute_lookup_table.py
dygraph_utils.py Feature/expand params in auto-generated pybind functions for dygraph operators (#23181) 6 years ago
evaluator.py fix typo in error message (#22312) 6 years ago
executor.py support feeding scalar when runing program , test=develop (#23214) 6 years ago
framework.py add new method of gradient_clip, better to use,test=develop (#23224) 6 years ago
graphviz.py
inferencer.py
initializer.py remove init_on_cpu and force_init_on_cpu APIs, test=develop (#22202) 6 years ago
input.py fix typo words (#22653) 6 years ago
install_check.py fix typo words (#22653) 6 years ago
io.py add fluid.device_guard to specify the device type for Op (#22254) 6 years ago
layer_helper.py Enable users to create custom cpp op outside framework. (#19256) 7 years ago
layer_helper_base.py fix typo word (#22784) 6 years ago
lod_tensor.py Fix en docs of apis (#20050) 7 years ago
log_helper.py fix typo words (#22653) 6 years ago
metrics.py fix typo word (#22784) 6 years ago
net_drawer.py fix logging basicConfig cannot be setting after import paddle (#17786) 7 years ago
nets.py Add inplace abn op (#22806) 6 years ago
op.py
optimizer.py add new method of gradient_clip, better to use,test=develop (#23224) 6 years ago
parallel_executor.py Close fuse when use dgc & move DGC strategy from PE to compiler, test=develop (#22914) 6 years ago
param_attr.py add new method of gradient_clip, better to use,test=develop (#23224) 6 years ago
profiler.py Polish profiler doc (#22815) 6 years ago
reader.py add cuda resource pool for BufferedReader, test=develop (#23152) 6 years ago
regularizer.py Feature/expand params in auto-generated pybind functions for dygraph operators (#23181) 6 years ago
trainer_desc.py add fleet pslib pull and push sparse op and push dense op (#23139) 6 years ago
trainer_factory.py test=develop, bug fix for trainer_factory (#22751) 6 years ago
unique_name.py Check dygraph weight name (#22140) 6 years ago
wrapped_decorator.py