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