| 50 | typedef FunctionDefHelper FDH; |
| 51 | |
| 52 | Status GetOpSig(const string& op, const OpDef** sig) { |
| 53 | return OpRegistry::Global()->LookUpOpDef(op, sig); |
| 54 | } |
| 55 | |
| 56 | REGISTER_OP("One") |
| 57 | .Output("y: T") |
nothing calls this directly
no test coverage detected