(self, trainer_cache_key, ctx)
| 1384 | self.ctx_caches[ctx_cache_key] = ctx |
| 1385 | |
| 1386 | def _add_trainer_cache(self, trainer_cache_key, ctx): |
| 1387 | self.trainer_caches[trainer_cache_key] = ctx |
| 1388 | |
| 1389 | def _add_scope_cache(self, scope_cache_key, scope): |
| 1390 | self.scope_caches[scope_cache_key] = scope |