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

Function TF_DeleteDir

tensorflow/c/env.cc:34–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void TF_DeleteDir(const char* dirname, TF_Status* status) {
35 TF_SetStatus(status, TF_OK, "");
36 ::tensorflow::Set_TF_Status_from_Status(
37 status, ::tensorflow::Env::Default()->DeleteDir(dirname));
38}
39
40void TF_DeleteRecursively(const char* dirname, int64_t* undeleted_file_count,
41 int64_t* undeleted_dir_count, TF_Status* status) {

Callers 1

TESTFunction · 0.85

Calls 4

TF_SetStatusFunction · 0.85
DefaultFunction · 0.85
DeleteDirMethod · 0.45

Tested by 1

TESTFunction · 0.68