Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 106 for TD (0.05 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/odml_converter/BUILD

        tbl_outs = [
            (
                ["-gen-rewriters"],
                "transforms/generated_shlo_simplify.inc",
            ),
        ],
        tblgen = "@llvm-project//mlir:mlir-tblgen",
        td_file = "transforms/shlo_simplify.td",
        deps = ["@stablehlo//:stablehlo_ops_td_files"],
    )
    
    cc_library(
        name = "folders",
        srcs = ["folders.cc"],
        hdrs = ["folders.h"],
        compatible_with = get_compatible_with_portable(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 22:27:36 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  2. subprojects/core-api/src/main/java/org/gradle/api/Project.java

         * this task depends on</td><td><code>[]</code></td></tr>
         *
         * <tr><td><code>{@value org.gradle.api.Task#TASK_ACTION}</code></td><td>A closure or {@link Action} to add to the
         * task.</td><td><code>null</code></td></tr>
         *
         * <tr><td><code>{@value org.gradle.api.Task#TASK_DESCRIPTION}</code></td><td>A description of the task.
         * </td><td><code>null</code></td></tr>
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/stablehlo/BUILD

            "@stablehlo//:chlo_ops",
        ],
    )
    
    td_library(
        name = "composite_td_files",
        srcs = [
            "transforms/composite_avg_pool_patterns.td",
            "transforms/composite_utils.td",
        ],
        compatible_with = get_compatible_with_portable(),
        deps = [
            "//tensorflow/compiler/mlir/lite:tensorflow_lite_ops_td_files",
            "@llvm-project//mlir:FuncTdFiles",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 23:16:05 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  4. src/internal/coverage/cfile/ts_test.go

    	t.Logf("testing.testGoCoverDir() returns %s mode=%s\n",
    		tgcd, testing.CoverMode())
    
    	td := t.TempDir()
    
    	// Manufacture a new, separate meta-data file not related to this
    	// test. Contents are not important, just so long as the
    	// packages/paths are different.
    	othermetadir := filepath.Join(td, "othermeta")
    	if err := os.Mkdir(othermetadir, 0777); err != nil {
    		t.Fatalf("mkdir failed: %v", err)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:58:07 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  5. tests/integration/security/ca_custom_root/main_test.go

    	crts := []struct {
    		td string
    		sa string
    	}{
    		{
    			td: "foo",
    			sa: "server-naked-foo",
    		},
    		{
    			td: "bar",
    			sa: "server-naked-bar",
    		},
    	}
    	for _, crt := range crts {
    		command := exec.Cmd{
    			Path:   script,
    			Args:   []string{script, crt.td, ns, crt.sa, tmpdir},
    			Stdout: os.Stdout,
    			Stderr: os.Stdout,
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 02 21:29:40 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/common/BUILD

            "//tensorflow/compiler/mlir/quantization:__subpackages__",
        ],
        licenses = ["notice"],
    )
    
    td_library(
        name = "lift_as_function_call_td_files",
        srcs = [
            "lift_as_function_call.td",
        ],
        compatible_with = get_compatible_with_portable(),
        deps = [
            "@llvm-project//mlir:FuncTdFiles",
        ],
    )
    
    cc_library(
        name = "lift_as_function_call",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 10 04:07:09 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  7. gradle.properties

    systemProp.org.gradle.internal.ide.scan=true
    # If you're experimenting with changes and don't want to update the verification file right away, please change the mode to "lenient" (not "off")
    org.gradle.dependency.verification=strict
    # TD related properties
    gradle.internal.testdistribution.writeTraceFile=true
    develocity.internal.testdistribution.writeTraceFile=true
    gradle.internal.testdistribution.queryResponseTimeout=PT20S
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 16:35:19 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tf2xla/internal/passes/BUILD

                    "-name=TFXLABridgeClustering",
                ],
                "clustering_passes.h.inc",
            ),
        ],
        tblgen = "@llvm-project//mlir:mlir-tblgen",
        td_file = "clustering_passes.td",
        deps = [
            "@llvm-project//mlir:PassBaseTdFiles",
        ],
    )
    
    tf_cc_test(
        name = "verify_clustering_pass_test",
        srcs = ["verify_clustering_pass_test.cc"],
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 04 17:50:14 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tf2xla/transforms/BUILD

        tbl_outs = [
            (
                ["-gen-rewriters"],
                "generated_legalize_tf.inc",
            ),
        ],
        tblgen = "@llvm-project//mlir:mlir-tblgen",
        td_file = "legalize_tf_patterns.td",
        deps = [
            "//tensorflow/compiler/mlir/tensorflow:tensorflow_ops_td_files",
            "@llvm-project//llvm:Support",
            "@llvm-project//mlir:FuncTdFiles",
            "@llvm-project//mlir:TensorOpsTdFiles",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 21:49:50 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  10. samples/bookinfo/src/productpage/templates/index.html

        }
    
        table thead th,
        table tfoot th {
            color: #fff;
            background: #466BB0;
        }
    
        table caption {
            padding: .5em;
        }
    
        table th,
        table td {
            padding: .5em;
            border: 1px solid lightgrey;
        }
    </style>
    {% endblock %}
    
    {% block scripts %}
    <script src="static/tailwind/tailwind.css"></script>
    {% endblock %}
    
    {% block content %}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 1.5K bytes
    - Viewed (0)
Back to top