Created by: luotao1
- change
EngineInputConverter
toEngineIOConverter
, which has two function:ConvertInput
(LoDTensor->ITensor) andConvertOutput
(ITensor -> LoDTensor) - improve the unit-test
test_io_converter.cc
- use
EngineIOConverter
in unit-testtest_activation_op.cc
- remove duplicated
cudaMemcpyAsync
inSetInputFromCPU