Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 144 for defs (0.04 sec)

  1. src/cmd/go/testdata/script/list_buildmod_reason_issue67587.txt

    cd thirteen
    ! go list -deps
    stderr 	'(Go version in go.mod is 1.13, so vendor directory was not used.)'
    
    cd ../unspecified
    ! go list -deps
    stderr 	'(Go version in go.mod is unspecified, so vendor directory was not used.)'
    
    -- thirteen/foo.go --
    package foo
    
    import _ "github.com/foo/bar"
    -- thirteen/go.mod --
    module example.com
    
    go 1.13
    -- thirteen/vendor/github.com/foo/bar/bar.go --
    package bar
    -- unspecified/foo.go --
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 15:54:40 UTC 2024
    - 572 bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/BUILD

        tblgen = "@llvm-project//mlir:mlir-tblgen",
        td_file = "runtime_passes.td",
        deps = [
            "@llvm-project//mlir:PassBaseTdFiles",
        ],
    )
    
    cc_library(
        name = "runtime_passes",
        hdrs = [
            "runtime_passes.h",
        ],
        textual_hdrs = [
            "runtime_passes.h.inc",
        ],
        deps = [
            ":runtime_passes_inc_gen",
            ":tpu_merge_variable_with_execute",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 10K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/python/BUILD

            "//tensorflow/lite/toco/...",
        ],
    )
    
    cc_library(
        name = "tf_tfl_flatbuffer_helpers",
        srcs = ["tf_tfl_flatbuffer_helpers.cc"],
        hdrs = ["tf_tfl_flatbuffer_helpers.h"],
        deps = [
            "//tensorflow/cc/saved_model:loader",
            "//tensorflow/compiler/mlir/lite:common",
            "//tensorflow/compiler/mlir/lite:tensorflow_lite",
            "//tensorflow/compiler/mlir/lite:tf_to_tfl_flatbuffer",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:23:49 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/metrics/BUILD

        srcs = ["error_collector.cc"],
        hdrs = ["error_collector.h"],
        deps = [
            ":types_util",
            "//tensorflow/lite/python/metrics:converter_error_data_proto_cc",
            "@com_google_absl//absl/strings",
        ],
    )
    
    cc_library(
        name = "error_collector_inst",
        srcs = ["error_collector_inst.cc"],
        hdrs = ["error_collector_inst.h"],
        deps = [
            ":error_collector",
            ":types_util",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 18:18:30 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/stablehlo/BUILD

            "-frtti",
        ],
        features = ["-use_header_modules"],
        deps = [
            "@pybind11",
            "@stablehlo//:stablehlo_portable_api",
        ],
    )
    
    pytype_strict_library(
        name = "stablehlo",
        srcs = ["stablehlo.py"],
        srcs_version = "PY3",
        visibility = ["//visibility:public"],
        deps = [
            ":stablehlo_extension",
        ],
    )
    
    py_strict_test(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 09 18:15:11 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/testing/test-suite-version-catalogs/groovy/build.gradle

    repositories {
        mavenCentral()
    }
    
    testing {
        suites {
            // tag::version-catalogs-deps[]
            test {
                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)
  7. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/result/DefaultResolutionResultTest.groovy

            when:
            def deps = newResolutionResult(root).allDependencies
            def modules = newResolutionResult(root).allComponents
    
            then:
            deps.size() == 2
            modules.size() == 2
        }
    
        def "mutating all dependencies or modules is harmless"() {
            given:
            def dep1 = newDependency('dep1')
            def dep2 = newDependency('dep2')
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 23 17:36:01 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tf2xla/api/v1/BUILD

        ],
    )
    
    cc_library(
        name = "compile_mlir_util_no_tf_dialect_passes",
        srcs = ["compile_mlir_util.cc"],
        hdrs = ["compile_mlir_util.h"],
        visibility = ["//visibility:public"],
        deps = [
            "//tensorflow/compiler/mlir/quantization/stablehlo:bridge_passes",
            "//tensorflow/compiler/mlir/tensorflow",
            "//tensorflow/compiler/mlir/tensorflow:bridge_logger",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  9. tensorflow/compiler/aot/tfcompile.bzl

            use a tfcompile built with extra dependencies.
          include_standard_runtime_deps: If True, the standard list of
            kernel/runtime deps is added to deps.  If False, deps must contain the
            full set of deps needed by the generated library.
          enable_xla_hlo_profiling: Enable XLA HLO profiling in the generated
            program, and emit metadata that lets us pretty-print the gathered
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 19:18:08 UTC 2024
    - 21.8K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/schema/BUILD

    )
    
    cc_library(
        name = "schema_utils",
        srcs = ["schema_utils.cc"],
        hdrs = ["schema_utils.h"],
        compatible_with = get_compatible_with_portable(),
        # visibility = [":utils_friends"],
        deps = [
            ":schema_fbs",
            "//tensorflow/compiler/mlir/lite/kernels/internal:compatibility_macros",
            "@flatbuffers//:runtime_cc",
        ],
    )
    
    cc_library(
        name = "schema_conversion_utils",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Jun 02 08:36:05 UTC 2024
    - 2.6K bytes
    - Viewed (0)
Back to top