| 30 | class SampleNodeOp: public OpKernel { |
| 31 | public: |
| 32 | explicit SampleNodeOp(const std::string& name): OpKernel(name) { } |
| 33 | |
| 34 | void Compute(const DAGNodeProto& node_def, OpKernelContext* ctx); |
| 35 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected