Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 14 for no_oss (0.21 sec)

  1. .bazelrc

    # will work properly. These are usually run Nightly or upon Release.
    # CPU WHEEL
    test:linux_cpu_wheel_test_filters --test_tag_filters=-no_oss,-oss_excluded,-oss_serial,-gpu,-tpu,-benchmark-test,-v1only,-no_oss_py38,-no_oss_py39,-no_oss_py310
    test:linux_cpu_wheel_test_filters --build_tag_filters=-no_oss,-oss_excluded,-oss_serial,-gpu,-tpu,-benchmark-test,-v1only,-no_oss_py38,-no_oss_py39,-no_oss_py310
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 17:12:54 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/schema/BUILD

    tf_cc_test(
        name = "flatbuffer_compatibility_test",
        size = "small",
        srcs = ["flatbuffer_compatibility_test.cc"],
        data = [
            "schema.fbs",
            "schema_v3b.fbs",
        ],
        tags = [
            "no_oss",
            "tflite_not_portable_android",
            "tflite_not_portable_ios",
        ],
        deps = [
            "//tensorflow/core/platform",
            "@com_google_googletest//:gtest_main",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun Jun 02 08:36:05 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  3. configure.py

      # single list of filters for the .bazelrc file.
    
      # Filters to use with both --test_tag_filters and --build_tag_filters
      test_and_build_filters = ['-benchmark-test', '-no_oss', '-oss_excluded']
      # Additional filters for --test_tag_filters beyond those in
      # test_and_build_filters
      test_only_filters = ['-oss_serial']
      if is_windows():
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/dsl/ModuleReplacementsData.java

     */
    
    package org.gradle.api.internal.artifacts.dsl;
    
    import org.gradle.api.artifacts.ModuleIdentifier;
    
    import javax.annotation.Nullable;
    
    public interface ModuleReplacementsData {
        ModuleReplacementsData NO_OP = new ModuleReplacementsData() {
            @Nullable
            @Override
            public Replacement getReplacementFor(ModuleIdentifier sourceModule) {
                return null;
            }
    
            @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 02:21:08 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  5. cluster/gce/util.sh

        # shellcheck disable=SC2153
        ./easyrsa --batch "--req-cn=${PRIMARY_CN}@$(date +%s)" build-ca nopass
        # SANS (expected to be) defined by caller
        # shellcheck disable=SC2153
        ./easyrsa --subject-alt-name="${SANS}" build-server-full "${MASTER_NAME}" nopass
        ./easyrsa build-client-full kube-apiserver nopass
    
        kube::util::ensure-cfssl "${KUBE_TEMP}/cfssl"
    
        # make the config for the signer
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:17 UTC 2024
    - 161.6K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/tools/go/analysis/diagnostic.go

    // Each TextEdit should apply to a single file. End should not be earlier in the file than Pos.
    type TextEdit struct {
    	// For a pure insertion, End can either be set to Pos or token.NoPos.
    	Pos     token.Pos
    	End     token.Pos
    	NewText []byte
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  7. subprojects/core/src/integTest/groovy/org/gradle/process/internal/AbstractWorkerProcessIntegrationSpec.groovy

        @Shared
        DefaultServiceRegistry services = (DefaultServiceRegistry) ServiceRegistryBuilder.builder()
            .parent(NativeServicesTestFixture.getInstance())
            .provider(LoggingServiceRegistry.NO_OP)
            .provider(new GlobalScopeServices(false, AgentStatus.disabled()))
            .build()
        final MessagingServer server = services.get(MessagingServer.class)
        @Rule
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  8. platforms/core-configuration/configuration-cache/src/main/kotlin/org/gradle/internal/cc/impl/DefaultBuildTreeModelControllerServices.kt

                registration.add(VintageEnvironmentChangeTracker::class.java)
                registration.add(ProjectScopedScriptResolution::class.java, ProjectScopedScriptResolution.NO_OP)
                registration.addProvider(VintageBuildTreeProvider())
                registration.add(DefaultBuildTreeModelSideEffectExecutor::class.java)
            }
            if (modelParameters.isIntermediateModelCache) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:30 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  9. platforms/core-execution/persistent-cache/src/integTest/groovy/org/gradle/cache/internal/DefaultFileLockManagerContentionIntegrationTest.groovy

                    private ZincCompilerServices(File gradleUserHome) {
                        super(NativeServices.getInstance())
    
                        add(OutputEventListener.class, OutputEventListener.NO_OP)
                        addProvider(new GlobalScopeServices(true, AgentStatus.disabled()))
                    }
    
                     static def getInstance(File gradleUserHome) {
                        if (instance == null) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 15.1K bytes
    - Viewed (0)
  10. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/symbols/DebugSymbolRenderer.kt

                    }
    
                    is KaNonConstantInitializerValue -> {
                        append("KtNonConstantInitializerValue(")
                        append(value.initializerPsi?.firstLineOfPsi() ?: "NO_PSI")
                        append(")")
                    }
    
                    is KaConstantValueForAnnotation -> {
                        append("KtConstantValueForAnnotation(")
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 19.8K bytes
    - Viewed (0)
Back to top