Created by: reyoung
since paddle/optimizer
is not a part of fluid code base, we should not use cc_test
and cc_library
function. cc_test
will link fluid::memory
module, which might not be compiled when just compile old paddle.
Created by: reyoung
since paddle/optimizer
is not a part of fluid code base, we should not use cc_test
and cc_library
function. cc_test
will link fluid::memory
module, which might not be compiled when just compile old paddle.