| 298 | } |
| 299 | |
| 300 | virtual void InitOpKernelCacheWithFlags(KernelCacheContext* ctx, int8_t flag, |
| 301 | std::shared_ptr<OpKernelCache>* cache_ptr) const { |
| 302 | *cache_ptr = InitOpKernelCache(ctx); |
| 303 | } |
| 304 | |
| 305 | virtual void Compute(KernelComputeContext* ctx, OpKernelState*, const OpKernelCache*) const { |
| 306 | Compute(ctx); |
no outgoing calls
no test coverage detected