chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace paddle {
|
||||
namespace framework {
|
||||
|
||||
static std::string paddle_commit() {
|
||||
return "@PADDLE_COMMIT@";
|
||||
}
|
||||
|
||||
static std::string paddle_compile_branch() {
|
||||
return "@PADDLE_BRANCH@";
|
||||
}
|
||||
|
||||
static std::string paddle_version() {
|
||||
return "@PADDLE_VERSION@";
|
||||
}
|
||||
|
||||
} // namespace framework
|
||||
} // namespace paddle
|
||||
Reference in New Issue
Block a user