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 0a862fd356
refine the precious of linspace Op using half way (#27452)
6 years ago
..
contrib Quant op dev (#25932) 6 years ago
dataloader move DataLoader._worker_loop to top level (#27247) 6 years ago
distributed
dygraph [Dy2stat] Refine error msg of @to_static if not in imperative mode (#27371) 6 years ago
incubate 【paddle.fleet】Fix/role maker api fix (#27326) 6 years ago
inference Refine python inference api (#26958) 6 years ago
layers refine the precious of linspace Op using half way (#27452) 6 years ago
tests [Dy2stat] Refine error msg of @to_static if not in imperative mode (#27371) 6 years ago
transpiler
.gitignore
__init__.py [Feature] Enhance inplace addto strategy for gradient accumulation in static graph (#27112) 6 years ago
average.py
backward.py [Feature] Enhance inplace addto strategy for gradient accumulation in static graph (#27112) 6 years ago
clip.py Revert `no_grad` changes and add new implementation (#26826) 6 years ago
communicator.py
compiler.py
core.py fix dll load bug on windows from python3.8 (#27324) 6 years ago
data.py add paddle.static.data (#26525) 6 years ago
data_feed_desc.py
data_feeder.py erase Raises and refine doce of random functions (#26901) 6 years ago
dataset.py
debugger.py
default_scope_funcs.py
device_worker.py
distribute_lookup_table.py
dygraph_utils.py add use_mkldnn attribute to ops in dygraph (#25773) 6 years ago
entry_attr.py
evaluator.py
executor.py optimized transformation form tensor to numpy (#26447) 6 years ago
framework.py Use paddle.disable_static() to replace with dygraph.guard(). (#27139) 6 years ago
generator.py Refine paddle.manual_seed (#26496) 6 years ago
graphviz.py
initializer.py
input.py add embedding 2.0 (#26649) 6 years ago
install_check.py add paddle.fluid.install_check.run_check example doc (#25993) 6 years ago
io.py remove paddle.readers API (#26727) 6 years ago
layer_helper.py support mnist and resnet dygraph_to_static test (#25774) 6 years ago
layer_helper_base.py add set default dtype, get default dtype (#26006) 6 years ago
lod_tensor.py
log_helper.py
metrics.py
multiprocess_utils.py
net_drawer.py
nets.py
op.py
optimizer.py Fix bug in continuous apply, test=develop (#27337) 6 years ago
parallel_executor.py
param_attr.py add weight_norm & remove_weight_norm (#26131) 6 years ago
profiler.py
reader.py refine fleet dataset class api (#27133) 6 years ago
regularizer.py
trainer_desc.py
trainer_factory.py
unique_name.py
wrapped_decorator.py