| 51 | }; |
| 52 | const auto& inputs = ctx->inputs(); |
| 53 | FOR_RANGE(int, i, 0, inputs.size()) { |
| 54 | const auto& arg_pair = inputs.at(i); |
| 55 | cache_key_.ibn_idx2shape_sym.at(i) = GetSymbolOfShape(arg_pair.first, arg_pair.second); |
| 56 | } |
| 57 | } |
| 58 | |
| 59 | void OpKernelInferCache::UpdateCacheValue(KernelInferContext* ctx) { |
nothing calls this directly
no test coverage detected