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

Method Rename

tensorflow/contrib/ignite/kernels/igfs/igfs_client.h:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 }
86
87 Status Rename(CtrlResponse<RenameResponse> *res, const string &source,
88 const string &dest) {
89 return SendRequestGetResponse(RenameRequest(user_name_, source, dest), res);
90 }
91
92 private:
93 Status SendRequestGetResponse(const Request &request, Response *response);

Callers 6

exportMethod · 0.80
export_fnFunction · 0.80
export_savedmodelMethod · 0.80
test_rename_fileMethod · 0.80
test_rename_dirMethod · 0.80
RenameFileMethod · 0.80

Calls 1

RenameRequestClass · 0.85

Tested by 2

test_rename_fileMethod · 0.64
test_rename_dirMethod · 0.64