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

Class AllowEmpty

tensorflow/core/platform/str_util.h:107–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107struct AllowEmpty {
108 bool operator()(StringPiece sp) const { return true; }
109};
110struct SkipEmpty {
111 bool operator()(StringPiece sp) const { return !sp.empty(); }
112};

Callers 3

ParallelSplitMethod · 0.85
SequentialSplitMethod · 0.85
ComputeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected