(self, input_signature, input)
| 230 | """ |
| 231 | |
| 232 | def _setup_input(self, input_signature, input): |
| 233 | assert not input.setup_done() |
| 234 | return input.setup(input_signature) |
| 235 | |
| 236 | def _make_get_grad_fn(self, input, get_cost_fn, get_opt_fn): |
| 237 | """ |
no test coverage detected