Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 112 for xtestonly (0.13 sec)

  1. cmd/object-api-interface_gen.go

    		case "Marker":
    			z.Marker, bts, err = msgp.ReadStringBytes(bts)
    			if err != nil {
    				err = msgp.WrapError(err, "Marker")
    				return
    			}
    		case "LatestOnly":
    			z.LatestOnly, bts, err = msgp.ReadBoolBytes(bts)
    			if err != nil {
    				err = msgp.WrapError(err, "LatestOnly")
    				return
    			}
    		case "AskDisks":
    			z.AskDisks, bts, err = msgp.ReadStringBytes(bts)
    			if err != nil {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Mar 08 19:08:18 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/saved_model/core/BUILD

        ],
        deps = [
            ":tensor_spec",
            "//tensorflow/core:lib",
            "//tensorflow/core:protos_all_cc",
        ],
    )
    
    cc_library(
        name = "test_utils",
        testonly = True,
        srcs = [
            "test_utils.cc",
        ],
        hdrs = [
            "test_utils.h",
        ],
        deps = [
            "//tensorflow/c:tensor_interface",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/mod_sum_readonly.txt

    rsc.io/sampler v1.3.0 h1:HLGR/BgEtI3r0uymSP/nl2uPLsUnNJX8toRyhfpBTII=
    rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
    rsc.io/testonly v1.0.0 h1:K/VWHdO+Jv7woUXG0GzVNx1czBXUt3Ib1deaMn+xk64=
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 05 15:42:09 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow_to_stablehlo/BUILD

        size_override = {
        },
        tags_override = {
        },
        test_file_exts = ["mlir"],
    )
    
    # Bundle together all of the test utilities that are used by tests.
    filegroup(
        name = "test_utilities",
        testonly = True,
        data = [
            ":tf-to-stablehlo-translate",
            "@llvm-project//llvm:FileCheck",
            "@llvm-project//llvm:not",
            "@llvm-project//mlir:run_lit.sh",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 22:58:42 UTC 2024
    - 3.3K bytes
    - Viewed (0)
  5. src/cmd/go/testdata/script/work_goproxy_off.txt

    package example
    
    import _ "rsc.io/sampler"
    -- go.mod --
    module example
    
    go 1.19
    
    require rsc.io/sampler v1.3.0
    
    require (
    	golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c // indirect
    	rsc.io/testonly v1.0.0 // indirect
    )
    -- sub/go.mod --
    module example/sub
    
    go 1.19
    
    require rsc.io/quote v1.5.1
    
    require (
    	golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c // indirect
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 14 19:05:09 UTC 2022
    - 1.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow_to_stablehlo/python/BUILD

            "//tensorflow/python:__pkg__",
        ],
        licenses = ["notice"],
    )
    
    # copybara:uncomment_begin(google-only)
    # tf_py_strict_test(
    #     name = "tensorflow_to_stablehlo_test",
    #     testonly = 1,
    #     srcs = ["integration_test/tensorflow_to_stablehlo_test.py"],
    #     deps = [
    #         ":pywrap_tensorflow_to_stablehlo",
    #         "//testing/pymocks:matchers",
    #         "//third_party/py/mlir",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 22:58:42 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  7. tensorflow/c/eager/parallel_device/BUILD

            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "//tensorflow/core/common_runtime/eager:context",
        ],
    )
    
    cc_library(
        name = "parallel_device_testlib",
        testonly = 1,
        srcs = ["parallel_device_testlib.cc"],
        hdrs = ["parallel_device_testlib.h"],
        deps = [
            ":parallel_device",
            ":parallel_device_lib",
            "//tensorflow/c:c_api",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 01 20:19:06 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  8. maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/scopes/Maven4ScopeManagerConfiguration.java

                    singleton(CommonBuilds.PROJECT_PATH_TEST, CommonBuilds.BUILD_PATH_RUNTIME)));
            result.add(internalScopeManager.createDependencyScope(
                    DependencyScope.TEST_ONLY.id(),
                    DependencyScope.TEST_ONLY.isTransitive(),
                    singleton(CommonBuilds.PROJECT_PATH_TEST, CommonBuilds.BUILD_PATH_COMPILE)));
    
            // system
            result.add(internalScopeManager.createSystemDependencyScope(
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Mar 27 14:46:12 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tfr/build_defs.bzl

            cmd = "$(location %s) --output=$@ --gen_register_op=true" % gen_op_lib_exec,
            tools = [":" + gen_op_lib_exec],
            tags = tags,
        )
    
        native.cc_library(
            name = name + "_cc",
            testonly = test,
            srcs = [":" + registered_op],
            deps = [
                "//tensorflow/core:framework",
                "//tensorflow/core:lib",
                "//tensorflow/core:protos_all_cc",
            ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 4.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/quantization/stablehlo/python/BUILD

            "//tensorflow/core:protos_all_py",
        ],
    )
    
    # copybara:uncomment_begin(google-only)
    # pytype_strict_library(
    #     name = "quantize_model_test_base",
    #     testonly = 1,
    #     srcs = ["integration_test/quantize_model_test_base.py"],
    #     tags = ["no_pip"],
    #     visibility = [
    #         "//learning/brain/mlir/quantization/stablehlo:__subpackages__",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 20:18:36 UTC 2024
    - 7K bytes
    - Viewed (0)
Back to top