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 ...@@ -71,13 +71,13 @@ struct instruction
// internal // internal
void replace_argument(instruction_ref old, instruction_ref new_ins); void replace_argument(instruction_ref old, instruction_ref new_ins);
public:
operation op; operation op;
shape result; shape result;
std::vector<instruction_ref> output; std::vector<instruction_ref> output;
std::vector<instruction_ref> arguments; std::vector<instruction_ref> arguments;
literal lit; literal lit;
}; };
} // namespace migraph } // namespace migraph
namespace std { 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