Skip to content

Commit

Permalink
fix class not found err (PaddlePaddle#118)
Browse files Browse the repository at this point in the history
Co-authored-by: root <root@yq01-inf-hic-k8s-a100-ab2-0009.yq01.baidu.com>
  • Loading branch information
miaoli06 and root authored Sep 16, 2022
1 parent 057885a commit 7d65319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/fluid/framework/data_feed.h
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ struct BufState {
class GraphDataGenerator {
public:
GraphDataGenerator(){};
virtual ~GraphDataGenerator();
virtual ~GraphDataGenerator(){};
void SetConfig(const paddle::framework::DataFeedDesc& data_feed_desc);
void AllocResource(int thread_id, std::vector<LoDTensor*> feed_vec);
void SetFeedVec(std::vector<LoDTensor*> feed_vec);
Expand Down

0 comments on commit 7d65319

Please sign in to comment.