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

Method IsClosing

tensorflow/lite/toco/args.cc:50–52  ·  view source on GitHub ↗

Returns true if the argument is a closing character.

Source from the content-addressed store, hash-verified

48
49 // Returns true if the argument is a closing character.
50 bool IsClosing(char c) const {
51 return valid_closing_[static_cast<unsigned char>(c)];
52 }
53
54 private:
55 // Maps an opening character to its closing. If the entry contains 0,

Callers 1

SplitStructuredLineFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected