We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8a0f78 commit fdf25deCopy full SHA for fdf25de
1 file changed
backends/gcu/common/gcu_op_runner.h
@@ -33,7 +33,7 @@ using DataType = phi::DataType;
33
using Place = phi::Place;
34
using CPUPlace = phi::CPUPlace;
35
using CPUContext = phi::CPUContext;
36
-using DataTypeToString = phi::DataTypeToString;
+using phi::DataTypeToString;
37
using TensorNameMap = std::map<std::string, std::vector<std::string>>;
38
using TensorValueMap = std::map<std::string, std::vector<DenseTensor*>>;
39
using TensorNameValuePair = std::pair<std::string, DenseTensor*>;
0 commit comments