Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 160 for src1 (0.18 sec)

  1. platforms/documentation/docs/src/snippets/files/fileCollections/groovy/build.gradle

    FileCollection collection = layout.files('src/file1.txt',
                                      new File('src/file2.txt'),
                                      ['src/file3.csv', 'src/file4.csv'],
                                      Paths.get('src', 'file5.txt'))
    // end::simple-params[]
    
    file('src').mkdirs()
    file('src/dir1').mkdirs()
    file('src/file1.txt').mkdirs()
    file('src2').mkdirs()
    file('src2/dir1').mkdirs()
    file('src2/dir2').mkdirs()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 15 13:55:00 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/translate/BUILD

        ],
    )
    
    cc_library(
        name = "translate_cl_options",
        srcs = [
            "tf_mlir_translate_cl.cc",
        ],
        hdrs = [
            "tf_mlir_translate_cl.h",
        ],
        deps = [
            "@llvm-project//llvm:Support",
        ],
        alwayslink = 1,
    )
    
    cc_library(
        name = "export_graphdef",
        srcs = [
            "export_graphdef.cc",
        ],
        hdrs = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 11K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/transforms/BUILD

        ],
    )
    
    td_library(
        name = "rewrite_util_td_files",
        srcs = [
            "rewrite_util.td",
        ],
        compatible_with = get_compatible_with_portable(),
        deps = [
            "@llvm-project//mlir:OpBaseTdFiles",
        ],
    )
    
    cc_library(
        name = "rewrite_util",
        srcs = [
            "rewrite_util.cc",
        ],
        hdrs = [
            "rewrite_util.h",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 35.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/experimental/tac/hardwares/BUILD

    cc_library(
        name = "cpu_hardware",
        srcs = ["cpu_hardware.cc"],
        deps = [
            ":target_hardware",
            "//tensorflow/compiler/mlir/lite:cost_estimators",
            "//tensorflow/compiler/mlir/lite:tensorflow_lite",
            "//tensorflow/compiler/mlir/lite/experimental/tac:common",
        ],
        alwayslink = 1,
    )
    
    cc_library(
        name = "nnapi_hardware",
        srcs = ["nnapi_hardware.cc"],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 17 08:24:48 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/tensorflow/ops/BUILD

        ],
    )
    
    tf_cc_test(
        name = "tf_op_quant_spec_test",
        srcs = ["tf_op_quant_spec_test.cc"],
        deps = [
            ":tf_op_quant_spec",
            "//tensorflow/compiler/mlir/quantization/tensorflow:quantization_options_proto_cc",
            "@com_google_googletest//:gtest_main",
        ],
    )
    
    cc_library(
        name = "tf_quantize_op",
        srcs = [
            "tf_quantize_op.cc",
        ],
        hdrs = ["tf_quantize_op.h"],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Mar 24 07:44:40 UTC 2024
    - 3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tfrt/ir/BUILD

    cc_library(
        name = "tfrt_fallback_util",
        srcs = ["tfrt_fallback_util.cc"],
        hdrs = ["tfrt_fallback_util.h"],
        visibility = ["//tensorflow/compiler/mlir/tfrt:__subpackages__"],
        deps = [
            ":tfrt_fallback_async_opdefs",
            "@llvm-project//mlir:FuncDialect",
            "@llvm-project//mlir:IR",
        ],
    )
    
    td_library(
        name = "tfrt_fallback_td_files",
        srcs = [
            "tfrt_fallback.td",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 27 20:43:07 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  7. tensorflow/compiler/jit/BUILD

        ],
        deps = [":flags_headers"],
    )
    
    cc_library(
        name = "common",
        srcs = [
            "defs.cc",
        ],
        hdrs = [
            "defs.h",
        ],
        visibility = [":friends"],
    )
    
    # Internal targets below this point.
    
    cc_library(
        name = "variable_info",
        srcs = ["variable_info.cc"],
        hdrs = ["variable_info.h"],
        visibility = [
            ":internal",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 00:41:19 UTC 2024
    - 61.5K bytes
    - Viewed (0)
  8. tensorflow/cc/experimental/libexport/BUILD

            ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "save",
        srcs = ["save.cc"],
        hdrs = ["save.h"],
        deps = [
            "//tensorflow/core:lib",
            "//tensorflow/core/platform:status",
        ],
    )
    
    tf_cc_test(
        name = "save_test",
        size = "small",
        srcs = ["save_test.cc"],
        deps = [
            ":save",
            "//tensorflow/core:lib",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tfrt/ir/mlrt/BUILD

    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        licenses = ["notice"],
    )
    
    td_library(
        name = "mlrt_td_files",
        srcs = [
            "mlrt_dialect.td",
            "mlrt_ops.td",
        ],
        includes = ["."],
        visibility = [
            # copybara:uncomment "//learning/brain/tfrt/mlir:__subpackages__",
        ],
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 17:04:28 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  10. tensorflow/cc/saved_model/BUILD

        ],
    )
    
    cc_library(
        name = "loader_util",
        srcs = ["loader_util.cc"],
        hdrs = ["loader_util.h"],
        deps = [":constants"] + if_not_mobile([
            "//tensorflow/core:lib",
            "//tensorflow/core:lib_internal",
            "//tensorflow/core:protos_all_cc",
        ]),
    )
    
    tf_cc_test(
        name = "bundle_v2_test",
        srcs = ["bundle_v2_test.cc"],
        data = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 05:43:44 UTC 2024
    - 18.5K bytes
    - Viewed (0)
Back to top