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

Class SkipEmpty

tensorflow/core/platform/str_util.h:110–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108 bool operator()(StringPiece sp) const { return true; }
109};
110struct SkipEmpty {
111 bool operator()(StringPiece sp) const { return !sp.empty(); }
112};
113struct SkipWhitespace {
114 bool operator()(StringPiece sp) const {
115 return !absl::StripTrailingAsciiWhitespace(sp).empty();

Callers 15

CreateDirMethod · 0.85
RecursivelyCreateDirMethod · 0.85
RunFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
ImportSavedModelFunction · 0.85
ConvertAttributesFunction · 0.85
InteractiveDumpGraphsFunction · 0.85
PtxOptsFromConfigFunction · 0.85
ParseMethod · 0.85

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.68
SubgraphMethod · 0.68