Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for def_file (0.05 seconds)

  1. 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.
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Tue Mar 24 21:00:18 GMT 2026
    - 53.1K bytes
    - Click Count (0)
  2. src/test/java/org/codelibs/fess/app/web/base/FessAdminActionTest.java

            System.setProperty("fess.var.path", varDir.toString());
            final File deepFile = new File(varDir.toFile(), "a/b/c/d/e/test.txt");
            deepFile.getParentFile().mkdirs();
            deepFile.createNewFile();
    
            // Should not throw
            action.validateFilePath(deepFile.getAbsolutePath());
        }
    
        @Test
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 26 14:36:23 GMT 2026
    - 22.7K bytes
    - Click Count (0)
Back to Top