paddle/fluid/platform/call_once.h is not used?
Created by: wangkuiyi
By searching call_once
in paddle/fluid
, the result shows that the call_once
template defined in paddle/fluid/platform/call_once.h
is not used. Instead, we are using std::call_once
.
Should we remove the file?