Skip to content

Commit fdf25de

Browse files
committed
fix
1 parent c8a0f78 commit fdf25de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backends/gcu/common/gcu_op_runner.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ using DataType = phi::DataType;
3333
using Place = phi::Place;
3434
using CPUPlace = phi::CPUPlace;
3535
using CPUContext = phi::CPUContext;
36-
using DataTypeToString = phi::DataTypeToString;
36+
using phi::DataTypeToString;
3737
using TensorNameMap = std::map<std::string, std::vector<std::string>>;
3838
using TensorValueMap = std::map<std::string, std::vector<DenseTensor*>>;
3939
using TensorNameValuePair = std::pair<std::string, DenseTensor*>;

0 commit comments

Comments
 (0)