We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca4e3a commit ea50132Copy full SHA for ea50132
1 file changed
include/layers/Tensor.hpp
@@ -37,7 +37,7 @@ class Tensor {
37
Shape shape_;
38
std::vector<uint8_t> values_;
39
std::vector<float> bias_;
40
- Type type_;
+ Type type_ = Type::kUnknown;
41
42
std::vector<uint8_t> SetRightTypeValues() {
43
if (type_ == Type::kInt) {
0 commit comments