[Random Generator] Part2: Migrate functional dropout (#5378)
* add random generator * reformat * refactor: allow auto generator * refactor: remove kAUTO, update python api and test * refactor: use member initializer lists, fix build issue when cpu only * handle exeception given invalid device * add dropout functor; add OpExprInterpContext; refactor random_mask_like based on random_generator * refactor random generator * disable generator's copyandmove constructor * reformat * fix bad merge * refine * fix cpu only build * auto format by CI * refactor * use global generator when no generator specified in functional api * refine Co-authored-by:oneflow-ci-bot <ci-bot@oneflow.org> Co-authored-by:
Houjiang Chen <chenhoujiangcug@gmail.com> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
Showing
- oneflow/api/python/functional/python_arg.cpp 12 additions, 0 deletionsoneflow/api/python/functional/python_arg.cpp
- oneflow/core/autograd/gradient_funcs/adaptive_pool.cpp 1 addition, 1 deletiononeflow/core/autograd/gradient_funcs/adaptive_pool.cpp
- oneflow/core/autograd/gradient_funcs/bias_add.cpp 2 additions, 2 deletionsoneflow/core/autograd/gradient_funcs/bias_add.cpp
- oneflow/core/autograd/gradient_funcs/broadcast_binary_ops.cpp 5 additions, 7 deletions...low/core/autograd/gradient_funcs/broadcast_binary_ops.cpp
- oneflow/core/autograd/gradient_funcs/deconv.cpp 1 addition, 2 deletionsoneflow/core/autograd/gradient_funcs/deconv.cpp
- oneflow/core/autograd/gradient_funcs/squeeze.cpp 1 addition, 2 deletionsoneflow/core/autograd/gradient_funcs/squeeze.cpp
- oneflow/core/autograd/gradient_funcs/tensor_scalar_binary.cpp 1 addition, 2 deletions...low/core/autograd/gradient_funcs/tensor_scalar_binary.cpp
- oneflow/core/autograd/gradient_funcs/unsqueeze.cpp 1 addition, 2 deletionsoneflow/core/autograd/gradient_funcs/unsqueeze.cpp
- oneflow/core/eager/eager_oneflow.cpp 3 additions, 3 deletionsoneflow/core/eager/eager_oneflow.cpp
- oneflow/core/eager/local_call_opkernel_phy_instr_operand.h 7 additions, 4 deletionsoneflow/core/eager/local_call_opkernel_phy_instr_operand.h
- oneflow/core/eager/opkernel_instruction_type.cpp 4 additions, 0 deletionsoneflow/core/eager/opkernel_instruction_type.cpp
- oneflow/core/framework/instructions_builder.cpp 3 additions, 2 deletionsoneflow/core/framework/instructions_builder.cpp
- oneflow/core/framework/instructions_builder.h 1 addition, 1 deletiononeflow/core/framework/instructions_builder.h
- oneflow/core/framework/op_interpreter.h 35 additions, 9 deletionsoneflow/core/framework/op_interpreter.h
- oneflow/core/framework/op_interpreter/eager_consistent_op_interpreter.cpp 13 additions, 12 deletions...mework/op_interpreter/eager_consistent_op_interpreter.cpp
- oneflow/core/framework/op_interpreter/eager_mirrored_op_interpreter.cpp 16 additions, 14 deletions...ramework/op_interpreter/eager_mirrored_op_interpreter.cpp
- oneflow/core/framework/op_interpreter/op_interpreter.cpp 12 additions, 11 deletionsoneflow/core/framework/op_interpreter/op_interpreter.cpp
- oneflow/core/framework/op_interpreter/op_interpreter_util.cpp 4 additions, 4 deletions...low/core/framework/op_interpreter/op_interpreter_util.cpp
- oneflow/core/framework/op_interpreter/op_interpreter_util.h 9 additions, 3 deletionsoneflow/core/framework/op_interpreter/op_interpreter_util.h
- oneflow/core/framework/random_generator.cpp 44 additions, 3 deletionsoneflow/core/framework/random_generator.cpp
Please register or sign in to comment