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

Function EndsWith

tensorflow/core/platform/str_util.cc:154–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154bool EndsWith(StringPiece text, StringPiece suffix) {
155 return absl::EndsWith(text, suffix);
156}
157
158bool StrContains(StringPiece haystack, StringPiece needle) {
159 return absl::StrContains(haystack, needle);

Callers 15

_StatInternalMethod · 0.85
RenameFileMethod · 0.85
TestConstantFoldingMethod · 0.85
RenameNodeInputsFunction · 0.85
TestConstantFoldingMethod · 0.85
TESTFunction · 0.85
ExtractMinMaxRecordsFunction · 0.85
InferSourceFileNameFunction · 0.85
IsPyDimensionFunction · 0.85
CompilePtxFunction · 0.85
ImportTensorFlowGraphDefFunction · 0.85
ReadProtoFileFunction · 0.85

Calls

no outgoing calls

Tested by 10

TestConstantFoldingMethod · 0.68
TestConstantFoldingMethod · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68
InferShapesMethod · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68
ActivationFunction · 0.68
TEST_FFunction · 0.68