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
Leo Chen a6343afc70
[NPU] support npu for memcpy op (#31808)
5 years ago
..
contrib Add 3d parallelism (#31796) 5 years ago
dataloader Set expected place in child thread for dataloader to avoid costing cuda memory on other card (#30338) 5 years ago
distributed Upgrade string literals to raw string (#28989) 5 years ago
dygraph fix prune input bug (#30384) 5 years ago
incubate 【Paddle.Fleet】Fix tensor table (#30075) 5 years ago
inference
layers [NPU] support fp16 of input for api pow (#31871) 5 years ago
tests [NPU] support npu for memcpy op (#31808) 5 years ago
transpiler ascend_communicate (#31708) 5 years ago
.gitignore
__init__.py fix reading flags from env (#31329) 5 years ago
average.py
backward.py Add 3d parallelism (#31796) 5 years ago
clip.py Add 3d parallelism (#31796) 5 years ago
communicator.py [Feature] one ps (3/4) (#29604) 5 years ago
compiler.py refine the paddle place support using str (#28769) 5 years ago
core.py Separate AVX and NO_AVX compilation, enhance installation error message (#30413) 5 years ago
data.py
data_feed_desc.py
data_feeder.py add complex64 and complex128 type; add +-*/@ and slice opreator for c… (#29199) 5 years ago
dataset.py add set_trainer_num api in dataset (#29133) 5 years ago
debugger.py
default_scope_funcs.py
device_worker.py adapter npu (#31926) 5 years ago
distribute_lookup_table.py
dygraph_utils.py
entry_attr.py
evaluator.py
executor.py [NPU] Support executor with NPU (#31057) 5 years ago
framework.py ascend_communicate (#31708) 5 years ago
generator.py refine the paddle place support using str (#28769) 5 years ago
graphviz.py
initializer.py Upgrade string literals to raw string (#28989) 5 years ago
input.py fix gpu outofrange (#29238) 5 years ago
install_check.py Reimplement paddle.utils.install_check. (#27771) 6 years ago
io.py perfect 'var_list' of static.load/fluid.load (#30457) 5 years ago
layer_helper.py
layer_helper_base.py Upgrade string literals to raw string (#28989) 5 years ago
lod_tensor.py
log_helper.py
metrics.py Upgrade string literals to raw string (#28989) 5 years ago
multiprocess_utils.py
net_drawer.py
nets.py Upgrade string literals to raw string (#28989) 5 years ago
op.py
optimizer.py adapter npu (#31926) 5 years ago
parallel_executor.py Add static_only decorator for static apis (#29015) 5 years ago
param_attr.py [paddle v2.0.0rc1: API fixs] assign/conv2d/conv2d_transpose/cast/ParamAttr (#29171) 5 years ago
profiler.py
reader.py Set expected place in child thread for dataloader to avoid costing cuda memory on other card (#30338) 5 years ago
regularizer.py Upgrade string literals to raw string (#28989) 5 years ago
trainer_desc.py heter box (#29734) 5 years ago
trainer_factory.py heter box (#29734) 5 years ago
unique_name.py
wrapped_decorator.py