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

Function IsDocNameColon

tensorflow/core/framework/op_def_builder.cc:460–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

458}
459
460bool IsDocNameColon(StringPiece s) {
461 return ConsumeDocNameColon(&s, nullptr /* out */);
462}
463
464void FinalizeDoc(const string& text, OpDef* op_def,
465 std::vector<string>* errors) {

Callers 1

FinalizeDocFunction · 0.85

Calls 1

ConsumeDocNameColonFunction · 0.85

Tested by

no test coverage detected