| 137 | } |
| 138 | |
| 139 | shape program::get_parameter_shape(std::string name) const |
| 140 | { |
| 141 | const auto* mm = this->get_main_module(); |
| 142 | return mm->get_parameter_shape(std::move(name)); |
| 143 | } |
| 144 | |
| 145 | std::vector<std::string> program::get_parameter_names() const |
| 146 | { |
nothing calls this directly
no test coverage detected