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