| 28 | class SampleEdge: public AsyncOpKernel { |
| 29 | public: |
| 30 | explicit SampleEdge(OpKernelConstruction* ctx): AsyncOpKernel(ctx) { } |
| 31 | |
| 32 | void ComputeAsync(OpKernelContext* ctx, DoneCallback done) override; |
| 33 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected