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

Function StartsWith

tensorflow/core/platform/str_util.cc:150–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150bool StartsWith(StringPiece text, StringPiece prefix) {
151 return absl::StartsWith(text, prefix);
152}
153
154bool EndsWith(StringPiece text, StringPiece suffix) {
155 return absl::EndsWith(text, suffix);

Callers 15

_ParseOSSURIPathMethod · 0.85
GetMonolithicTensorKeyFunction · 0.85
ObtainTensorSliceFunction · 0.85
InsertLoggingFunction · 0.85
SortByExecutionOrderFunction · 0.85
ExtractMinMaxRecordsFunction · 0.85
GetEagerFunctionSetupMethod · 0.85
AttrValueToPythonFunction · 0.85
CompilePtxFunction · 0.85
StripCaretFromArrayNamesFunction · 0.85
IsMangledAttributeNameFunction · 0.85
GetMangledKindFunction · 0.85

Calls

no outgoing calls

Tested by 15

EqualFunctionNodeDefFunction · 0.68
EqualFunctionNodeDefFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68
mainFunction · 0.68
InferShapesMethod · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68