Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 778 for dups (0.77 sec)

  1. tensorflow/c/eager/BUILD

            "//tensorflow:internal",
        ],
        deps = [
            "//tensorflow/core:lib",
            "//tensorflow/core:protos_all_cc",
            "@com_google_absl//absl/container:inlined_vector",
        ],
    )
    
    cc_library(
        name = "abstract_operation",
        hdrs = ["abstract_operation.h"],
        visibility = [
            "//tensorflow:internal",
        ],
        deps = [
            ":abstract_tensor_handle",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 11 23:52:39 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/mod_list_bad_import.txt

    ! stdout ^error
    stdout 'incomplete'
    stdout 'bad dep: .*example.com/notfound'
    
    # Listing with -deps should also fail.
    ! go list -deps example.com/direct
    stderr example.com/notfound
    
    # But -e -deps should succeed.
    go list -e -deps example.com/direct
    stdout example.com/notfound
    
    
    # Listing an otherwise-valid package that imports some *other* package with an
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 06 18:54:25 UTC 2021
    - 2.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/BUILD

        ],
        deps = [":get_compiler_ir_hdrs"],
    )
    
    # This target can be used by XLA device plugins to prevent circular dependencies, and provides access to all of the required headers for building a device library.
    cc_header_only_library(
        name = "xla_jit_headers_lib",
        visibility = ["//visibility:public"],
        deps = [
            ":xla_cpu_device",
            ":xla_cpu_jit",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 00:41:19 UTC 2024
    - 61.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/tensorflow/tests/add_dump_tensor_op.mlir

    // IntPerLayer-DAG: "tf.DumpTensor"(%[[output1_unquantized]]) <{enabled = true, file_name = "unquantized_tensor_data.pb", func_name = "conv", log_dir_path = "/tmp/dumps/composite_conv2d_with_bias_and_relu6_fn_1", node_name = "Conv2D_1"}> : (tensor<*xf32>) -> ()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 22 22:55:22 UTC 2024
    - 37.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/experimental/tac/hardwares/BUILD

        hdrs = ["simple_hardware.h"],
        deps = [
            ":target_hardware",
            "//tensorflow/compiler/mlir/lite:cost_estimators",
            "//tensorflow/compiler/mlir/lite:tensorflow_lite",
            "//tensorflow/compiler/mlir/lite/experimental/tac:common",
            "@llvm-project//llvm:Support",
        ],
    )
    
    cc_library(
        name = "all-target-hardwares",
        deps = [
            ":cpu_hardware",
            ":gpu_hardware",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 17 08:24:48 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  6. tensorflow/cc/saved_model/BUILD

    # cc_library(
    #     name = "mobile_only_deps",
    #     visibility = ["//visibility:private"],
    #     deps = if_mobile(["//tensorflow/core:portable_tensorflow_lib"]),
    # )
    # copybara:uncomment_end
    
    cc_library(
        name = "reader",
        srcs = ["reader.cc"],
        hdrs = ["reader.h"],
        deps = [
            ":constants",
            ":metrics",
            ":util",
            "//tensorflow/core:protos_all_cc",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 05:43:44 UTC 2024
    - 18.5K bytes
    - Viewed (0)
  7. tensorflow/cc/experimental/base/public/BUILD

    )
    
    cc_library(
        name = "runtime",
        hdrs = [
            "runtime.h",
        ],
        deps = [
            ":status",
            "//tensorflow/c/eager:c_api",
            "//tensorflow/c/eager:c_api_experimental",
        ],
    )
    
    cc_library(
        name = "runtime_builder",
        hdrs = [
            "runtime_builder.h",
        ],
        deps = [
            ":runtime",
            ":status",
            "//tensorflow/c/eager:c_api",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 17 15:20:54 UTC 2022
    - 1.7K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/BUILD

        td_file = "transforms/legalize_tensorlist.td",
        deps = [":tensorflow_lite_patterns_td_files"],
    )
    
    cc_library(
        name = "validators",
        srcs = [
            "utils/validators.cc",
        ],
        hdrs = [
            "utils/validators.h",
        ],
        deps = [
            "@llvm-project//mlir:Dialect",
            "@llvm-project//mlir:FuncDialect",
            "@llvm-project//mlir:IR",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 49.9K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tfrt/BUILD

        td_file = "runtime_fallback/runtime_fallback_ops.td",
        deps = [":runtime_fallback_ops_td_files"],
    )
    
    cc_library(
        name = "runtime_fallback_opdefs",
        srcs = [
            "runtime_fallback/runtime_fallback_combine.cc",
            "runtime_fallback/runtime_fallback_ops.cc",
        ],
        hdrs = [
            "runtime_fallback/runtime_fallback_ops.h",
        ],
        deps = [
            ":runtime_fallback_ops_inc_gen",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 19:04:21 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  10. src/cmd/go/internal/work/action.go

    		aFmt := b.CompileAction(ModeBuild, depMode, p1)
    
    		var deps []*Action
    		if a1.buggyInstall {
    			// (*Builder).vet expects deps[0] to be the package
    			// and deps[1] to be "fmt". If we see buggyInstall
    			// here then a1 is an install of a shared library,
    			// and the real package is a1.Deps[0].
    			deps = []*Action{a1.Deps[0], aFmt, a1}
    		} else {
    			deps = []*Action{a1, aFmt}
    		}
    		for _, p1 := range p.Internal.Imports {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 15:39:17 UTC 2024
    - 32.7K bytes
    - Viewed (0)
Back to top