Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
struct AllowEmpty {
108
bool operator()(StringPiece sp) const { return true; }
109
};
110
struct SkipEmpty {
111
bool operator()(StringPiece sp) const { return !sp.empty(); }
112
};
Callers
3
ParallelSplit
Method · 0.85
SequentialSplit
Method · 0.85
Compute
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected