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

Function JoinPath

tensorflow/core/lib/io/path.h:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44// string path = io::JoinPath("/full", "path", "to", "filename);
45template <typename... T>
46string JoinPath(const T&... args) {
47 return internal::JoinPathImpl({args...});
48}
49#endif /* SWIG */
50
51// Return true if path is absolute.

Callers 15

GetTempFilenameFunction · 0.70
TESTFunction · 0.70
ParseCkptFileNameFunction · 0.50
GetValidSavedModelDirMethod · 0.50
GetDeltaModelVersionMethod · 0.50
AddAssetsTensorsToInputsFunction · 0.50
RunRestoreFunction · 0.50
TESTFunction · 0.50

Calls 1

JoinPathImplFunction · 0.70

Tested by 15

TESTFunction · 0.56
TESTFunction · 0.40
TestConstantFoldingMethod · 0.40
TestSinglePartitionMethod · 0.40
TestMultiPartitionMethod · 0.40
TestReadTensorSliceMethod · 0.40
CopyExportFunction · 0.40
CheckSessionBundleFunction · 0.40