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