|
|
|
@ -27,7 +27,6 @@ limitations under the License. */
|
|
|
|
#include <vector>
|
|
|
|
#include <vector>
|
|
|
|
|
|
|
|
|
|
|
|
#include "paddle/fluid/framework/data_feed.h"
|
|
|
|
#include "paddle/fluid/framework/data_feed.h"
|
|
|
|
#include "paddle/fluid/framework/fleet/fleet_wrapper.h"
|
|
|
|
|
|
|
|
#include "paddle/fluid/framework/lod_tensor.h"
|
|
|
|
#include "paddle/fluid/framework/lod_tensor.h"
|
|
|
|
#include "paddle/fluid/framework/op_registry.h"
|
|
|
|
#include "paddle/fluid/framework/op_registry.h"
|
|
|
|
#include "paddle/fluid/framework/program_desc.h"
|
|
|
|
#include "paddle/fluid/framework/program_desc.h"
|
|
|
|
@ -46,6 +45,8 @@ limitations under the License. */
|
|
|
|
namespace paddle {
|
|
|
|
namespace paddle {
|
|
|
|
namespace framework {
|
|
|
|
namespace framework {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class FleetWrapper;
|
|
|
|
|
|
|
|
|
|
|
|
#define SEC_LOG \
|
|
|
|
#define SEC_LOG \
|
|
|
|
VLOG(3) << "[s" << section_id_ << "p" << pipeline_id_ << "t" << thread_id_ \
|
|
|
|
VLOG(3) << "[s" << section_id_ << "p" << pipeline_id_ << "t" << thread_id_ \
|
|
|
|
<< "]: "
|
|
|
|
<< "]: "
|
|
|
|
|