Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 663 for toGetter (0.14 sec)

  1. tensorflow/compiler/mlir/lite/tests/mlir2exec/BUILD

    licenses(["notice"])
    
    glob_lit_tests(
        name = "all_tests",
        data = [":test_utilities"],
        driver = "@llvm-project//mlir:run_lit.sh",
        test_file_exts = ["mlir"],
    )
    
    # Bundle together all of the test utilities that are used by tests.
    filegroup(
        name = "test_utilities",
        testonly = True,
        data = [
            "//tensorflow/compiler/mlir:tf-opt",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 15:18:46 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  2. platforms/native/testing-native/src/main/java/org/gradle/nativeplatform/test/NativeTestSuiteSpec.java

    import org.gradle.api.Incubating;
    import org.gradle.nativeplatform.NativeComponentSpec;
    import org.gradle.testing.base.TestSuiteSpec;
    
    /**
     * A component representing a suite of tests that will be executed together.
     *
     * @since 4.2
     */
    @Incubating
    public interface NativeTestSuiteSpec extends TestSuiteSpec, NativeComponentSpec {
        @Override
        NativeComponentSpec getTestedComponent();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1K bytes
    - Viewed (0)
  3. subprojects/core-api/src/main/java/org/gradle/api/artifacts/ExternalModuleDependencyBundle.java

     * limitations under the License.
     */
    package org.gradle.api.artifacts;
    
    import java.util.List;
    
    /**
     * A bundle is a list of dependencies which are always added together.
     *
     * @since 6.8
     */
    public interface ExternalModuleDependencyBundle extends List<MinimalExternalModuleDependency> {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 27 23:38:43 UTC 2021
    - 869 bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/stablehlo/tests/BUILD

            "no_pip",
        ],
        driver = "//tensorflow/compiler/mlir/quantization/stablehlo:run_lit.sh",
        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 = [
            "//tensorflow/compiler/mlir/quantization/stablehlo:stablehlo-quant-opt",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/BUILD

        },
        tags_override = {
            "optimize.mlir": ["no_rocm"],
            "tf_optimize.mlir": ["no_rocm"],
            "tf-reduce-identity.mlir": ["no_windows"],
        },
        test_file_exts = ["mlir"],
    )
    
    # Bundle together all of the test utilities that are used by tests.
    filegroup(
        name = "test_utilities",
        testonly = True,
        data = [
            ":reducer_tester",
            "//tensorflow/compiler/mlir:tf-opt",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  6. plugin/pkg/admission/eventratelimit/apis/eventratelimit/types.go

    	// type of limit. The qps and burst fields are used together to determine if
    	// a particular event query is accepted. The qps determines how many queries
    	// are accepted once the burst amount of queries has been exhausted.
    	QPS int32 `json:"qps"`
    
    	// burst is the burst number of event queries that are allowed for this type
    	// of limit. The qps and burst fields are used together to determine if a
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 01 17:38:03 UTC 2017
    - 3.4K bytes
    - Viewed (0)
  7. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/toolchain/NativeToolChain.java

     */
    
    package org.gradle.nativeplatform.toolchain;
    
    import org.gradle.internal.HasInternalProtocol;
    import org.gradle.platform.base.ToolChain;
    
    /**
     * A set of compilers and linkers that are used together to construct a native binary.
     */
    @HasInternalProtocol
    public interface NativeToolChain extends ToolChain {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 926 bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tfrt/tests/analysis/BUILD

        driver = "//tensorflow/compiler/mlir:run_lit.sh",
        exclude = ["testdata/**"],
        features = if_oss(["--path=org_tensorflow/tensorflow/compiler/mlir/tfrt"]),
        test_file_exts = ["mlir"],
    )
    
    # Bundle together all of the test utilities that are used by tests.
    filegroup(
        name = "test_utilities",
        testonly = True,
        data = [
            "//tensorflow/compiler/mlir:tf-mlir-translate",
    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. platforms/software/platform-base/src/main/java/org/gradle/platform/base/ToolChain.java

     * limitations under the License.
     */
    
    package org.gradle.platform.base;
    
    import org.gradle.api.Named;
    import org.gradle.internal.HasInternalProtocol;
    
    /**
     * A set of compilers that are used together to construct binaries.
     */
    @HasInternalProtocol
    public interface ToolChain extends Named {
        /**
         * Returns a human consumable name for this tool chain.
         *
         * @since 1.11
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Oct 11 12:16:09 UTC 2023
    - 1003 bytes
    - Viewed (0)
  10. analysis/analysis-api-standalone/src/org/jetbrains/kotlin/analysis/project/structure/builder/KtBinaryModuleBuilder.kt

         * * A directory with a set of .classfiles for JVM Libraries
         * * A Kotlin/Native, Kotlin/Common, Kotlin/JS KLib.
         * In this case, all KLib dependencies should be provided together with the KLib itself.
         */
        public fun addBinaryRoot(root: Path) {
            binaryRoots.add(root)
        }
    
        /**
         * Adds a collection of [roots] to the current library.
         *
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Thu Nov 16 13:31:53 UTC 2023
    - 1.2K bytes
    - Viewed (0)
Back to top