Yu Yang
15e8c80ee0
Rename API of DeviceContext ( #7055 )
...
* Rename API of DeviceContext
Make them as usual names.
* Rename API of DeviceContext
Make them as usual names.
* Fix compile
* Fix compile
* Fix compile
* Fix compile
* Fix compile
7 years ago
dzhwinter
735eba2976
Feature/operator run place ( #6783 )
...
* "change operator interface"
* "move devicepool to device_context"
* "fix operator test"
* "fix op_registry Run interface"
* "net op passed. Need to fix nccl multi-Context"
* "add nccl group function"
* "add nccl group function"
* "fix gpu count exceed 32 error"
* "fix recurrent op, nccl op"
* "change the other operators interface with Place"
* "fix typo"
* "fix pybind"
* "fix device in python side"
* "fix pybind failed"
* "add init for test"
* "fix CI"
7 years ago
Yu Yang
e445b3ff20
Move framework.proto to proto namespace ( #6718 )
...
* Move framework.proto to proto namespace
* Fix compile
* Fix compile
* Fix Compile
7 years ago
kexinzhao
c5c024377b
Polish from concat to conv shift operators ( #5347 )
...
* polish from concat to conv_shift op doc
* small fix
* small fix
8 years ago
dongzhihong
4b6b4bc84a
"change GetOrCreate to Var"
8 years ago
dongzhihong
0af45b5fa6
NewVar to GetOrCreateVar
8 years ago
zchen0211
2d876b8643
gather scatter fix according to google style
8 years ago
zchen0211
2ccaec4f57
gather scatter cond
8 years ago
zchen0211
15941dbd8c
solve conflict for cond_op and scatter
8 years ago
Qiao Longfei
7fe0297e64
remove Runtime InferShape for cond op ( #4518 )
...
* init remove cond_op infershape
* optimize code
* add PrepareDataForSubnet and MergeDataFromSubnet
8 years ago
zchen0211
78808b2091
1 api
8 years ago
zchen0211
88a8eedda1
scatter gather gpu
...
gather scatter gpu
8 years ago
Yu Yang
6196209478
Remove OperatorBase::InferShape
...
InferShape in Operator should be performed in OperatorBase::Run.
* cond_op, recurrent_op and mnist might be changed in following PR
8 years ago
Qiao Longfei
9a9d50a6ee
Refactoring InferShape ( #3946 )
...
* init Infershape
* add static InferShape interface
* refactor add-op infershape
* add AttrReader
* add all maker's infershape
* add all InferShape
* add python infer api
* add VarDesc interface
* add python VarDesc and OpDesc interface
* update python code
* use infershape function to do shape inference
* clean code
* do not use pointer
* refine code of op_proto_maker
* add get_dims to VarDesc
* refine the code
* remove the dependency from operator to op registry
* remove OpProtoAndCheckerMaker from operator
* restore complete_add_op
* add shape_infer_impl.h
* code optimization
* remove const return value
* add fake BlockDesc class
* optimize code
* remove infer function in op_info
* move InferShapeContextImpl to operator.h
* optimize the interface of InferShapeContextBase
* add temperary interface of new infershape
* change add_op, clip_op, conv2d_op and activation_op
* change all operators InferShape
* fix SetDim
* update cos_sim_op
* update crop_op
* update lookup_table_op
* allocate tensor when call GetDim in InferShapeContext
* update modified_huber_loss_op
* update rowwise_add_op
* update mean_op
* update sequence_avg_pool_op
* typo
* remove old InferShape interface
* can compile
* fix or unit test
* clean code
* clean code
* remove const before InferShapeContext
* change InferenceContextBase to pointer
* rename RunTime to Runtime, code clean
8 years ago
Liu Yiqun
eef1ccbf08
Add the check of inputs and outputs in all operators.
8 years ago
zchen0211
39d79e6419
modified codes
8 years ago
zchen0211
c7db6e8d14
cond op passed
8 years ago
zchen0211
b8e75c1f1a
cond op
8 years ago
Zhuoyuan
adfef243d2
tensor element size support
8 years ago
zchen0211
7683e35816
cond op
8 years ago