- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for Roots (0.02 sec)
-
tensorflow/BUILD
# "-Wl,--undefined-version", # copybara:uncomment_end(google-only) ], }), linkstatic = 1, per_os_targets = True, roots = [ "//tensorflow/c/experimental/filesystem:filesystem_interface", "//tensorflow/c/experimental/stream_executor:stream_executor", "//tensorflow/c:env",
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Aug 28 19:11:51 UTC 2025 - 53.4K bytes - Viewed (0) -
cmd/test-utils_test.go
} // Success. return objLayer, formattedDisks, nil } // removeRoots - Cleans up initialized directories during tests. func removeRoots(roots []string) { for _, root := range roots { os.RemoveAll(root) } } // creates a bucket for the tests and returns the bucket name. // initializes the specified API endpoints for the tests.
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 77K bytes - Viewed (0)