Commit a3babd1f authored by mei-ye's avatar mei-ye
Browse files

recover public fields in instruction.hpp

parent e8deff52
......@@ -71,13 +71,13 @@ struct instruction
// internal
void replace_argument(instruction_ref old, instruction_ref new_ins);
public:
operation op;
shape result;
std::vector<instruction_ref> output;
std::vector<instruction_ref> arguments;
literal lit;
};
} // namespace migraph
namespace std {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment