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
Varun Arora 76ae540f8e
Move Select to concurrency.py; incorporate outputs (#9136)
7 years ago
..
layers Move Select to concurrency.py; incorporate outputs (#9136) 7 years ago
tests Merge pull request #9123 from tpatejko/tpatejko/mkldnn-lrn 7 years ago
.gitignore Fix CI and enhance gitignore 7 years ago
__init__.py Implement Select OP (#9088) 7 years ago
average.py remove Evaluator.Accuracy 7 years ago
backward.py refine parallel_do_grad 7 years ago
clip.py
concurrency.py Move Select to concurrency.py; incorporate outputs (#9136) 7 years ago
data_feeder.py
debuger.py Reuduce memory copy when communication between trainer and pserver. (#9271) 7 years ago
default_scope_funcs.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
distribute_transpiler.py Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into pserver_prepare_before_run 7 years ago
distribute_transpiler_simple.py
distributed_spliter.py
evaluator.py Merge pull request #8643 from JiayiFeng/remove_evaluator 7 years ago
executor.py add executor.prepare (#9022) 7 years ago
framework.py Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into average_model 7 years ago
graphviz.py
initializer.py
io.py Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into feature/recordio_file_reader 7 years ago
layer_helper.py - Softmax MKLDNN primitive integration 7 years ago
memory_optimization_transpiler.py remove unnecessary build graph logic (#8896) 7 years ago
net_drawer.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
nets.py MKLDNN pool2d OP kernel added (#8879) 7 years ago
op.py replace paddle.v2.fluid by paddle.fluid in tests 7 years ago
optimizer.py Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into average_model 7 years ago
param_attr.py
profiler.py Firt timeline version 7 years ago
recordio_writer.py Polish ShuffleReader and test 7 years ago
regularizer.py fix regularizer when gradient is None 7 years ago
unique_name.py