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

Function ConsumeControlOutName

tensorflow/core/framework/op_def_builder.cc:321–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321bool ConsumeControlOutName(StringPiece* sp, StringPiece* out) {
322 return Scanner(*sp)
323 .One(Scanner::LETTER)
324 .Any(Scanner::LETTER_DIGIT_UNDERSCORE)
325 .StopCapture()
326 .GetResult(sp, out);
327}
328
329#define VERIFY(expr, ...) \
330 do { \

Callers 1

FinalizeControlOutputFunction · 0.85

Calls 3

ScannerClass · 0.85
GetResultMethod · 0.45
OneMethod · 0.45

Tested by

no test coverage detected