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