forked from mindspore-Ecosystem/mindspore
!11965 delete todo codes
From: @zhoufeng54 Reviewed-by: @xu-yfei,@kisnwang Signed-off-by: @xu-yfei
This commit is contained in:
commit
258afe86f9
|
@ -100,7 +100,4 @@ class CachePerfRun {
|
|||
};
|
||||
} // namespace dataset
|
||||
} // namespace mindspore
|
||||
// todo: waiting for the master of the codes to refactor
|
||||
#define get_code StatusCode
|
||||
#define kDuplicateKey kMDDuplicateKey
|
||||
#endif // MINDSPORE_CCSRC_MINDDATA_DATASET_ENGINE_CACHE_PERF_RUN_H_
|
||||
|
|
|
@ -115,9 +115,4 @@ class CachePipelineRun {
|
|||
};
|
||||
} // namespace dataset
|
||||
} // namespace mindspore
|
||||
// todo: waiting for the master of the codes to refactor
|
||||
#define get_code StatusCode
|
||||
#define kDuplicateKey kMDDuplicateKey
|
||||
#define IsOutofMemory() StatusCode() == StatusCode::kMDOutOfMemory
|
||||
#define IsNoSpace() StatusCode() == StatusCode::kMDNoSpace
|
||||
#endif // MINDSPORE_CCSRC_MINDDATA_DATASET_ENGINE_CACHE_PIPELINE_RUN_H_
|
||||
|
|
Loading…
Reference in New Issue