提交 f21167c9 编写于 作者: W WilliamLian

clean codedex&&bot warning

上级 b13c7a3d
......@@ -25,7 +25,6 @@
#include "ir/tensor.h"
namespace mindspore {
class ParamValue {
public:
ParamValue() {}
......@@ -82,6 +81,5 @@ class ParamValue {
std::vector<int32_t> be_cloned_index_;
int32_t cloned_index_{0};
};
} // namespace mindspore
#endif // MINDSPORE_CORE_IR_PARAM_VALUE_H_
......@@ -28,7 +28,6 @@
namespace mindspore {
namespace tensor {
static TypeId GetDataType(const py::buffer_info &buf) {
if (buf.format.size() == 1) {
switch (buf.format.front()) {
......
......@@ -105,7 +105,6 @@ class TensorPy {
static py::tuple GetPyTupleShape(const Tensor &tensor);
};
} // namespace tensor
} // namespace mindspore
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册