| 92 | } |
| 93 | |
| 94 | void Model::AddInput(const std::string &name, const Shaper::Shape &shape) { |
| 95 | input_names_.push_back(name); |
| 96 | shaper_.AddShape(name, shape); |
| 97 | } |
| 98 | |
| 99 | void Model::AddOutput(const std::string &name, const Shaper::Shape &shape) { |
| 100 | output_names_.push_back(name); |