Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 144 for defs (0.03 sec)

  1. tensorflow/compiler/mlir/tf2xla/api/v2/BUILD

            "//learning/brain/mlir/bridge:__pkg__",
            "//tensorflow/compiler/mlir/quantization/stablehlo:__pkg__",
            "//tensorflow/compiler/mlir/tfrt/transforms/ifrt:__pkg__",
        ],
        deps = [
            ":device_type_proto_cc",
            "//tensorflow/compiler/jit:flags_headers",
            "//tensorflow/compiler/jit:shape_inference",
            "//tensorflow/compiler/mlir/tensorflow",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 23:04:51 UTC 2024
    - 10.7K bytes
    - Viewed (0)
  2. pkg/kubelet/cm/devicemanager/pod_devices_test.go

    			"dev-baz3": pluginapi.Device{
    				ID: "baz3",
    			},
    		},
    	}
    
    	resp = devs.Filter(map[string]sets.Set[string]{})
    	expected = `{}`
    	expectResourceDeviceInstances(t, resp, expected)
    
    	cond = map[string]sets.Set[string]{
    		"foo": sets.New[string]("dev-foo1", "dev-foo2"),
    		"bar": sets.New[string]("dev-bar1"),
    	}
    	resp = devs.Filter(cond)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 10.3K bytes
    - Viewed (0)
  3. maven-core/src/main/java/org/apache/maven/internal/impl/DefaultPackagingRegistry.java

                    List<Dependency> deps = new ArrayList<>();
    
                    Plugin existing = plugins.get(key);
                    if (existing != null) {
                        if (version == null) {
                            version = existing.getVersion();
                        }
                        execs.addAll(existing.getExecutions());
                        deps.addAll(existing.getDependencies());
                    }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed May 22 13:45:13 UTC 2024
    - 8K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/stablehlo/instrumentations/BUILD

        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "save_report",
        srcs = ["save_report.cc"],
        hdrs = ["save_report.h"],
        compatible_with = get_compatible_with_portable(),
        deps = [
            "//tensorflow/compiler/mlir/quantization/stablehlo/cc:report",
            "@com_google_absl//absl/base:nullability",
            "@com_google_absl//absl/log",
            "@com_google_absl//absl/strings:string_view",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 02:59:01 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/testing/test-suite-version-catalogs/kotlin/build.gradle.kts

    }
    
    testing {
        suites {
            // tag::version-catalogs-deps[]
            val test by getting(JvmTestSuite::class) {
                dependencies {
                    runtimeOnly(libs.guava)
                    implementation(libs.commons.lang3)
                    implementation.bundle(libs.bundles.groovy)
                }
            }
            // end::version-catalogs-deps[]
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 15 19:28:13 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/sparsity/BUILD

            "//tensorflow/lite/...",
        ],
    )
    
    cc_library(
        name = "sparsify_model",
        srcs = [
            "sparsify_model.cc",
        ],
        hdrs = [
            "sparsify_model.h",
        ],
        deps = [
            "//tensorflow/compiler/mlir/lite:common",
            "//tensorflow/compiler/mlir/lite:flatbuffer_translate_lib",
            "//tensorflow/compiler/mlir/lite:tensorflow_lite_d2s",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 20:16:40 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  7. pkg/test/env/istio.go

    		LastStableSHA string `json:"lastStableSHA"`
    	}
    	f := filepath.Join(IstioSrc, "istio.deps")
    	depJSON, err := os.ReadFile(f)
    	if err != nil {
    		return "", err
    	}
    	var deps []DepsFile
    	if err := json.Unmarshal(depJSON, &deps); err != nil {
    		return "", err
    	}
    	for _, d := range deps {
    		if d.Name == name {
    			return d.LastStableSHA, nil
    		}
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 16:24:40 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  8. src/cmd/go/testdata/script/mod_tidy_compat_irrelevant.txt

    [exec:patch] go mod tidy -diff
    [exec:patch] ! stdout .
    [exec:patch] cmp go.mod go.mod.tidyResult
    [exec:patch] cmp go.sum go.sum.tidyResult
    
    go list -deps -test -f $MODFMT all
    cp stdout out-117.txt
    
    go mod edit -go=1.16
    go list -deps -test -f $MODFMT all
    cmp stdout out-117.txt
    
    
    # If we explicitly drop compatibility with 1.16, we retain fewer checksums,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/quantization/stablehlo/BUILD

        licenses = ["notice"],
    )
    
    cc_library(
        name = "quantization",
        srcs = ["quantization.cc"],
        hdrs = ["quantization.h"],
        compatible_with = get_compatible_with_portable(),
        deps = [
            "//tensorflow/cc/saved_model:constants",
            "//tensorflow/cc/saved_model:loader",
            "//tensorflow/compiler/mlir/lite/stablehlo:tf_stablehlo",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 03:28:15 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  10. tensorflow/compiler/jit/kernels/BUILD

    ]
    
    # Linked by tensorflow core, without registration of jit compilation passes.
    cc_library(
        name = "xla_ops_no_jit_rewrite_registration",
        srcs = ["xla_ops.cc"],
        hdrs = ["xla_ops.h"],
        deps = XLA_OPS_DEPS + [
            "//tensorflow/compiler/jit:device_compilation_cache",
            "//tensorflow/compiler/jit:device_compilation_profiler",
            "//tensorflow/compiler/jit:pjrt_compile_util",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 22:46:36 UTC 2024
    - 3K bytes
    - Viewed (0)
Back to top