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

Function GetOpSig

tensorflow/core/common_runtime/function_test.cc:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59using OutputControlSrc = InlineFunctionBodyOptions::OutputControlSource;
60
61Status GetOpSig(const string& op, const OpDef** sig) {
62 return OpRegistry::Global()->LookUpOpDef(op, sig);
63}
64
65void HasError(const Status& s, StringPiece substr) {
66 EXPECT_TRUE(absl::StrContains(s.ToString(), substr))

Callers

nothing calls this directly

Calls 1

LookUpOpDefMethod · 0.80

Tested by

no test coverage detected