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

Function ConsumeInOutRefClose

tensorflow/core/framework/op_def_builder.cc:296–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296bool ConsumeInOutRefClose(StringPiece* sp) {
297 return Scanner(*sp).OneLiteral(")").AnySpace().GetResult(sp);
298}
299
300bool ConsumeInOutNameOrType(StringPiece* sp, StringPiece* out) {
301 return Scanner(*sp)

Callers 1

FinalizeInputOrOutputFunction · 0.85

Calls 2

ScannerClass · 0.85
GetResultMethod · 0.45

Tested by

no test coverage detected