(self, ctx_cache_key, ctx)
| 1381 | self.pruned_program_scope_caches[program_cache_key] = program |
| 1382 | |
| 1383 | def _add_ctx_cache(self, ctx_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 |
no outgoing calls
no test coverage detected