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