- Sort Score
- Result 10 results
- Languages All
Results 1 - 7 of 7 for def_file (0.03 sec)
-
tensorflow/BUILD
# of tf_custom_op_library_additional_deps.so filegroup( name = "tensorflow_def_file", srcs = [":tf_custom_op_library_additional_deps.dll"], output_group = "def_file", ) # Filter the DEF file to reduce the number of symbols to 64K or less. # Note that we also write the name of the pyd file into DEF file so that # the dynamic libraries of custom ops can find it at runtime.Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Wed Nov 12 19:21:56 UTC 2025 - 53.1K bytes - Viewed (0) -
internal/event/target/testdata/contrib/nats_tls_handshake_first.conf
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Tue Apr 22 22:12:26 UTC 2025 - 189 bytes - Viewed (0) -
build-logic-commons/gradle-plugin/src/main/kotlin/gradlebuild/testcleanup/TestFilesCleanupService.kt
val projectBuildDirPath = projectBuildDir.asFile.get().toPath() reports.filter { it.isDirectory }.forEach { val destFile = rootBuildDir.resolve("report$projectPathName-${it.name}.zip") zip(destFile, it) } // Zip all files in project build directory into a single zip file to avoid publishing too many tiny files
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Wed Nov 05 11:43:49 UTC 2025 - 12.5K bytes - Viewed (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/UserGuideTransformTask.groovy
transformApiLinks(provider.document) transformWebsiteLinks(provider.document) fixProgramListings(provider.document) } provider.write(destFile.get().asFile) } def addVersionInfo(Document doc) { Element releaseInfo = doc.createElement('releaseinfo') releaseInfo.appendChild(doc.createTextNode(version.get().toString()))
Registered: Wed Dec 31 11:36:14 UTC 2025 - Last Modified: Fri May 16 07:58:02 UTC 2025 - 5.6K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/smb1/SmbClientTest.java
for (int i = 1; i <= 5; i++) { currentDir = currentDir.resolve("level" + i); Files.createDirectory(currentDir); } Files.writeString(currentDir.resolve("deepfile.txt"), "deep content"); MountableFile mountablePublic = MountableFile.forHostPath(publicDir.toAbsolutePath().toString());
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Tue Sep 23 06:42:59 UTC 2025 - 30K bytes - Viewed (0) -
fess-crawler/src/test/java/org/codelibs/fess/crawler/client/smb/SmbClientTest.java
for (int i = 1; i <= 5; i++) { currentDir = currentDir.resolve("level" + i); Files.createDirectory(currentDir); } Files.writeString(currentDir.resolve("deepfile.txt"), "deep content"); // Zero byte file for test_zeroByteFile Path zeroDir = publicDir.resolve("zero"); Files.createDirectory(zeroDir); Files.createFile(zeroDir.resolve("empty.txt"));
Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Tue Sep 23 06:42:59 UTC 2025 - 31.9K bytes - Viewed (0) -
cmd/admin-handlers.go
} // save MinIO start script to inspect command var scrb bytes.Buffer fmt.Fprintf(&scrb, `#!/usr/bin/env bash function main() { for file in $(ls -1); do dest_file=$(echo "$file" | cut -d ":" -f1) mv "$file" "$dest_file" done # Read content of inspect-input.txt MINIO_OPTS=$(grep "Server command line args" <./inspect-input.txt | sed "s/Server command line args: //g" | sed -r "s#%s:\/\/#\.\/#g")
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 99.7K bytes - Viewed (0)