Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 261 for sris (0.14 sec)

  1. tensorflow/compiler/mlir/quantization/common/ir/BUILD

    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = ["//visibility:public"],
        licenses = ["notice"],
    )
    
    td_library(
        name = "QuantizationOpsTdFiles",
        srcs = [
            "QuantOps.td",
            "QuantOpsBase.td",
        ],
        compatible_with = get_compatible_with_portable(),
        deps = [
            "@llvm-project//mlir:InferTypeOpInterfaceTdFiles",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 29 02:59:58 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/internal/inference/BUILD

        tblgen = "@llvm-project//mlir:mlir-tblgen",
        td_file = "inference_passes.td",
        deps = [
            "@llvm-project//mlir:PassBaseTdFiles",
        ],
    )
    
    cc_library(
        name = "inference_metrics_pass",
        srcs = ["inference_metrics_pass.cc"],
        hdrs = ["inference_passes.h"],
        visibility = ["//visibility:public"],
        deps = [
            ":inference_passes_inc_gen",
            "//tensorflow/compiler/mlir/tensorflow",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Sep 08 21:59:39 UTC 2023
    - 2K bytes
    - Viewed (0)
  3. build/pause/Makefile

    # For more information, see: https://github.com/kubernetes/kubernetes/pull/91452
    BIN.linux = pause
    BIN.windows = pause wincat
    BIN := ${BIN.${OS}}
    SRCS.linux = linux/pause.c
    SRCS.windows = windows/pause.c
    SRCS := ${SRCS.${OS}}
    
    EXTENSION.linux =
    EXTENSION.windows = .exe
    EXTENSION := ${EXTENSION.${OS}}
    
    # The manifest command is still experimental as of Docker 18.09.3
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 23 19:31:40 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/c/BUILD

        default_visibility = [":friends"],
        licenses = ["notice"],
    )
    
    package_group(
        name = "friends",
        packages = ["//tensorflow/..."],
    )
    
    tf_cuda_library(
        name = "mlir_c_api",
        srcs = [
            "c_api_unified_experimental_mlir.cc",
        ],
        copts = tf_copts(),
        deps = [
            "//tensorflow/c:c_api",
            "//tensorflow/c:tensor_interface",
            "//tensorflow/c:tf_status_helper",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 04 19:49:06 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/api/v1/BUILD

            "//tensorflow/compiler/mlir/tf2xla/api:__subpackages__",
            "//tensorflow/compiler/mlir/tf2xla/internal:__subpackages__",
        ],
    )
    
    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",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/debug/BUILD

    # directly unless the target does not link `libtensorflow_framework.so`.
    tf_proto_library(
        name = "debug_options_proto",
        srcs = ["debug_options.proto"],
        cc_api_version = 2,
        make_default_target_header_only = True,
        visibility = ["//visibility:public"],
    )
    
    cc_library(
        name = "debug",
        srcs = ["debug.cc"],
        hdrs = ["debug.h"],
        visibility = ["//tensorflow/compiler/mlir/lite:__subpackages__"],
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 10 05:39:34 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/experimental/remat/BUILD

    # copybara:uncomment package(default_applicable_licenses = ["//tensorflow:license"])
    
    cc_library(
        name = "rematerializer",
        srcs = ["rematerializer.cc"],
        hdrs = ["rematerializer.h"],
        deps = [
        ],
    )
    
    tf_cc_test(
        name = "rematerializer_test",
        size = "small",
        srcs = ["rematerializer_test.cc"],
        deps = [
            ":rematerializer",
            "@com_google_googletest//:gtest_main",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 07 16:42:54 UTC 2023
    - 469 bytes
    - Viewed (0)
  8. samples/wasm_modules/header_injector/BUILD

    wasm_cc_binary(
        name = "plugin-0.0.1.wasm",
        srcs = [
            "plugin.cc",
            "plugin.h",
        ],
        deps = [
            "@proxy_wasm_cpp_sdk//:proxy_wasm_intrinsics",
        ],
        defines = [
            "INJECTION_VERSION=0.0.1"
        ],
    )
    
    wasm_cc_binary(
        name = "plugin-0.0.2.wasm",
        srcs = [
            "plugin.cc",
            "plugin.h",
        ],
        deps = [
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Aug 24 21:22:06 UTC 2022
    - 554 bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/common/python/BUILD

        ],
        licenses = ["notice"],
    )
    
    pytype_strict_library(
        name = "testing",
        srcs = ["testing.py"],
        tags = ["no_pip"],
        visibility = ["//visibility:public"],
    )
    
    tf_py_strict_test(
        name = "testing_test",
        srcs = ["testing_test.py"],
        deps = [
            ":testing",
            "//tensorflow/python/platform:client_testlib",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 23 04:19:17 UTC 2024
    - 749 bytes
    - Viewed (0)
  10. tensorflow/compiler/aot/tfcompile.bzl

        srcs = [tfcompile_graph, config]
        debug_info_flags = []
        if debug_info:
            srcs.append(debug_info)
            debug_info_flags = ["--debug_info=$(location " + debug_info + ")"]
    
        tfcompile_gen = "gen_" + name
        _tfcompile_model_library(
            name = tfcompile_gen,
            model_name = name,
            srcs = srcs,
            gen_compiler_log = gen_compiler_log,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 19:18:08 UTC 2024
    - 21.8K bytes
    - Viewed (0)
Back to top