We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d163857 commit a1b9a88Copy full SHA for a1b9a88
src/gpu/intel/jit/v2/conv/plan_registry.hpp
@@ -55,7 +55,7 @@ class plan_registry_t {
55
void stringify(std::ostream &out) const;
56
void parse(std::istream &out);
57
58
-public:
+private:
59
std::vector<entry_t> entries_;
60
};
61
0 commit comments