| 186 | } |
| 187 | |
| 188 | void Shaper::Softmax(const std::string &input_name, |
| 189 | const std::string &output_name) { |
| 190 | shape_map_[output_name] = shape_map_.at(input_name); |
| 191 | } |
| 192 | |
| 193 | void Shaper::ReLU(const std::string &input_name, |
| 194 | const std::string &output_name) { |
nothing calls this directly
no outgoing calls
no test coverage detected