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

Function Basename

tensorflow/core/lib/io/path.cc:139–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139StringPiece Basename(StringPiece path) {
140 return internal::SplitPath(path).second;
141}
142
143StringPiece Extension(StringPiece path) {
144 return internal::SplitBasename(path).second;

Callers 15

SplitBasenameFunction · 0.85
ParseMetaFileNameFunction · 0.85
InferSourceFileNameFunction · 0.85
MaybeLoadLLVMFromFileFunction · 0.85
runMethod · 0.85
MakeNameForTempProductFunction · 0.85
EmitModuleToHsacoFunction · 0.85
CtxFailureMethod · 0.85
CtxFailureWithWarningMethod · 0.85
GetTraceStringFunction · 0.85
GetIndexMethod · 0.85

Calls 1

SplitPathFunction · 0.85

Tested by 2

TESTFunction · 0.68