| 75 | class PostProcess: public OpKernel { |
| 76 | public: |
| 77 | explicit PostProcess(const std::string& name) : OpKernel(name) {} |
| 78 | void Compute(const DAGNodeProto& node_def, |
| 79 | OpKernelContext* ctx) override; |
| 80 | private: |
nothing calls this directly
no outgoing calls
no test coverage detected