(params, buffers, x)
| 109 | base_model = base_model.to('meta') |
| 110 | |
| 111 | def fmodel(params, buffers, x): |
| 112 | return functional_call(base_model, (params, buffers), (x,)) |
| 113 | |
| 114 | ###################################################################### |
| 115 | # Option 1: get predictions using a different minibatch for each model. |
nothing calls this directly
no outgoing calls
no test coverage detected