Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 261 for sris (0.06 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/host_runtime/BUILD

            "//tensorflow/compiler/mlir/tensorflow:__pkg__",
            "//tensorflow/compiler/mlir/tfrt:__subpackages__",
        ],
        licenses = ["notice"],
    )
    
    td_library(
        name = "tensorflow_tfrt_ops_td_files",
        srcs = [
            "tfrt_ops.td",
        ],
        compatible_with = get_compatible_with_portable(),
        deps = [
            "//tensorflow/compiler/mlir/tensorflow:tensorflow_ops_td_files",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 29 02:59:58 UTC 2024
    - 3K bytes
    - Viewed (0)
  2. src/go/types/check_test.go

    func testFiles(t *testing.T, filenames []string, srcs [][]byte, manual bool, opts ...func(*Config)) {
    	// Alias types are enabled by default
    	testFilesImpl(t, filenames, srcs, manual, opts...)
    	if !manual {
    		t.Setenv("GODEBUG", "gotypesalias=0")
    		testFilesImpl(t, filenames, srcs, manual, opts...)
    	}
    }
    
    func testFilesImpl(t *testing.T, filenames []string, srcs [][]byte, manual bool, opts ...func(*Config)) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:45:33 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tfrt/tests/saved_model/BUILD

    load("//tensorflow:tensorflow.bzl", "tf_cc_test")
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        licenses = ["notice"],
    )
    
    tf_cc_test(
        name = "saved_model_test",
        srcs = ["saved_model_test.cc"],
        data = [
            "testdata/test.mlir",
            "testdata/xla_launch.mlir",
            "testdata/xla_launch_xla_reduce_window.mlir",
        ],
        tags = ["no_oss"],
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 26 01:22:34 UTC 2023
    - 1011 bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tfr/resources/BUILD

        ],
        licenses = ["notice"],
    )
    
    package_group(
        name = "friends",
        packages = [
            "//tensorflow/compiler/mlir/...",
        ],
    )
    
    filegroup(
        name = "decomposition_lib",
        srcs = ["decomposition_lib.mlir"],
    )
    
    gen_op_bindings(name = "composite")
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 17 15:20:54 UTC 2022
    - 507 bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow_to_stablehlo/BUILD

        default_visibility = [
            ":internal_visibility_allowlist_package",
            "//tensorflow:__pkg__",
        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "tf_to_stablehlo",
        srcs = [
            "tf_to_stablehlo.cc",
        ],
        hdrs = [
            "tf_to_stablehlo.h",
        ],
        compatible_with = get_compatible_with_portable(),
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 22:58:42 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/ops/BUILD

    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = ["//tensorflow/compiler/tf2xla:internal"],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "xla_ops",
        srcs = ["xla_ops.cc"],
        deps = [
            "//tensorflow/core:framework",
            "@com_google_absl//absl/status",
        ],
        alwayslink = 1,
    )
    
    tf_gen_op_wrapper_py(
        name = "xla_ops_wrapper_py",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 09:08:06 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/python/BUILD

    )
    
    config_setting(
        name = "disable_mlir_config",
        flag_values = {":disable_mlir": "True"},
        visibility = ["//visibility:public"],
    )
    
    cc_library(
        name = "mlir",
        srcs = ["mlir.cc"],
        hdrs = ["mlir.h"],
        deps = [
            "@com_google_absl//absl/algorithm:container",
            "@com_google_absl//absl/container:flat_hash_set",
            "@com_google_absl//absl/container:inlined_vector",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Nov 07 23:17:10 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  8. src/index/suffixarray/gen.go

    //go:build ignore
    
    // Gen generates sais2.go by duplicating functions in sais.go
    // using different input types.
    // See the comment at the top of sais.go for details.
    package main
    
    import (
    	"bytes"
    	"log"
    	"os"
    	"strings"
    )
    
    func main() {
    	log.SetPrefix("gen: ")
    	log.SetFlags(0)
    
    	data, err := os.ReadFile("sais.go")
    	if err != nil {
    		log.Fatal(err)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 1.9K bytes
    - Viewed (0)
  9. tensorflow/c/experimental/saved_model/internal/testdata/BUILD

    )
    
    # Run this binary manually, with an argument pointing to the testdata/
    # directory, to generate the test files used by the filegroup rule below.
    py_strict_binary(
        name = "gen_saved_models",
        srcs = ["gen_saved_models.py"],
        python_version = "PY3",
        deps = [
            "//tensorflow/python/compat:v2_compat",
            "//tensorflow/python/eager:def_function",
            "//tensorflow/python/framework:constant_op",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  10. tensorflow/cc/experimental/base/tests/BUILD

    cc_library(
        name = "tensor_types_test_util",
        testonly = True,
        hdrs = ["tensor_types_test_util.h"],
        deps = [
            "//tensorflow/c:tf_datatype",
        ],
    )
    
    tf_cc_test(
        name = "tensor_test",
        srcs = [
            "tensor_test.cc",
        ],
        deps = [
            ":tensor_types_test_util",
            "//tensorflow/c:tf_datatype",
            "//tensorflow/cc/experimental/base/public:status",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 1.4K bytes
    - Viewed (0)
Back to top