| 293 | } |
| 294 | |
| 295 | void insertShapesInference( |
| 296 | InferenceOptions::ShapeProfile& shapes, std::string const& name, std::vector<int32_t> const& dims) |
| 297 | { |
| 298 | shapes[name] = dims; |
| 299 | } |
| 300 | |
| 301 | std::string removeSingleQuotationMarks(std::string& str) |
| 302 | { |
no outgoing calls
no test coverage detected