Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for defs (0.04 sec)

  1. istio.deps

    Istio Automation <******@****.***> 1718300916 -0400
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 17:48:36 UTC 2024
    - 335 bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/BUILD

        hdrs = ["op_or_arg_name_mapper.h"],
        deps = [
            "//tensorflow/compiler/mlir/utils:name_utils",
            "@com_google_absl//absl/strings",
            "@llvm-project//llvm:Support",
            "@llvm-project//mlir:IR",
            "@llvm-project//mlir:Support",
        ],
    )
    
    cc_library(
        name = "tf_mlir_opt_main",
        testonly = True,
        srcs = ["tf_mlir_opt_main.cc"],
        deps = [
            ":init_mlir",
            ":passes",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  3. tensorflow/c/experimental/stream_executor/BUILD

        hdrs = ["stream_executor.h"],
        visibility = ["//tensorflow:internal"],
        deps = [
            "//tensorflow/c:c_api_macros_hdrs",
            "//tensorflow/c:tf_status_headers",
        ],
    )
    
    cc_library(
        name = "stream_executor",
        srcs = ["stream_executor.cc"],
        hdrs = ["stream_executor.h"],
        visibility = ["//tensorflow:internal"],
        deps = [
            ":stream_executor_internal",
            "//tensorflow/c:c_api_macros",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 08 00:27:07 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. prow/release-commit.sh

    ignoreVulnerability: true
    dependencies:
    ${DEPENDENCIES:-$(cat <<EOD
      istio:
        localpath: ${ROOT}
      api:
        git: https://github.com/istio/api
        auto: modules
      proxy:
        git: https://github.com/istio/proxy
        auto: deps
      client-go:
        git: https://github.com/istio/client-go
        branch: master
      test-infra:
        git: https://github.com/istio/test-infra
        branch: master
      tools:
        git: https://github.com/istio/tools
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:57:28 UTC 2024
    - 3.1K bytes
    - Viewed (0)
Back to top