MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / GetOpSig

Function GetOpSig

tensorflow/core/framework/function_test.cc:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

LookUpOpDefMethod · 0.80

Tested by

no test coverage detected