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

Function ConsumeListPrefix

tensorflow/core/framework/op_def_builder.cc:53–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53bool ConsumeListPrefix(StringPiece* sp) {
54 return Scanner(*sp)
55 .OneLiteral("list")
56 .AnySpace()
57 .OneLiteral("(")
58 .AnySpace()
59 .GetResult(sp);
60}
61
62bool ConsumeQuotedString(char quote_ch, StringPiece* sp, StringPiece* out) {
63 const string quote_str(1, quote_ch);

Callers 1

FinalizeAttrFunction · 0.85

Calls 2

ScannerClass · 0.85
GetResultMethod · 0.45

Tested by

no test coverage detected