Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 334 for anotherOk (0.21 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/DeferredTaskConfigurationIntegrationTest.groovy

        }
    
        @Requires(
            value = IntegTestPreconditions.NotIsolatedProjects,
            reason = "Exercises IP incompatible behavior"
        )
        def "can execute #description on another project during task creation action execution"() {
            createDirs("nested", "other")
            settingsFile << "include 'nested', 'other'"
            buildFile << """
                project(":other") {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 17 13:27:33 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  2. cmd/kubeadm/app/phases/kubeconfig/kubeconfig_test.go

    			existingKubeConfig: config,
    			kubeConfig:         config,
    		},
    		{ // if KubeConfig is not equal to the existingKubeConfig - refers to the another cluster (a cluster with another Ca) -, raise error
    			name:               "KubeConfig refers to the cluster with another CA",
    			existingKubeConfig: config,
    			kubeConfig:         configWithAnotherClusterCa,
    			expectedError:      true,
    		},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 17:04:18 UTC 2024
    - 39.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/tensorflow/passes/prepare_quantize.cc

          return dq.getResult();
        }
      }
      return {};
    }
    
    void PrepareQuantizePass::SanityCheckAndAdjustment(func::FuncOp func) {
      // If an op output has two users: one of them is a quantize op and another
      // one is returned directly, we decide to return the quantized result instead,
      // so this op can be quantized. This is only applied on the returned result
      // because the error will not be accumulated.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  4. src/net/net.go

    // another goroutine before the I/O is completed. This may be wrapped
    // in another error, and should normally be tested using
    // errors.Is(err, net.ErrClosed).
    var ErrClosed error = errClosed
    
    // noReadFrom can be embedded alongside another type to
    // hide the ReadFrom method of that other type.
    type noReadFrom struct{}
    
    // ReadFrom hides another ReadFrom method.
    // It should never be called.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 26.8K bytes
    - Viewed (0)
  5. api/maven-api-core/src/main/java/org/apache/maven/api/JavaPathType.java

    /**
     * The option of a Java command-line tool where to place the paths to some dependencies.
     * A {@code PathType} can identify the class-path, the module-path, the patches for a specific module,
     * or another kind of path.
     *
     * <p>One path type is handled in a special way: unlike other options,
     * the paths specified in a {@code --patch-module} Java option is effective only for a specified module.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon May 13 09:53:45 UTC 2024
    - 15K bytes
    - Viewed (0)
  6. pilot/pkg/xds/delta_test.go

    	assertResources(resp, "inbound|80||") // currently we always send the inbound stuff. Not ideal, but acceptable
    	assert.Equal(t, resp.RemovedResources, []string{"outbound|80||test-1.default"})
    
    	// Another removal should behave the same
    	s.MemRegistry.RemoveService("eds.test.svc.cluster.local")
    	resp = ads.ExpectResponse()
    	assertResources(resp)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  7. cni/pkg/nodeagent/informers_test.go

    	assert.NoError(t, err)
    
    	// wait for an update event
    	mt.Assert(EventTotals.Name(), map[string]string{"type": "update"}, monitortest.AtLeast(2))
    
    	// wait for the pod to be annotated
    	// after Pod annotated, another update event will be triggered.
    	assertPodAnnotated(t, client, pod)
    
    	// Assert expected calls actually made
    	fs.AssertExpectations(t)
    
    	// unlabelling the namespace should cause only one RemovePodFromMesh to happen
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 05:10:23 UTC 2024
    - 22.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/transforms/prepare_quantize.cc

          return dq.getResult();
        }
      }
      return {};
    }
    
    void PrepareQuantizePass::SanityCheckAndAdjustment(func::FuncOp func) {
      // If an op output has two users: one of them is a quantize op and another
      // one is returned directly, we decide to return the quantized result instead,
      // so this op can be quantized. This is only applied on the returned result
      // because the error will not be accumulated.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 17.6K bytes
    - Viewed (0)
  9. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/api/provider/PropertyIntegrationTest.groovy

        }
    
        @ToBeFixedForConfigurationCache(because = "gradle/configuration-cache#270")
        def "does not calculate task @Input property value when task is skipped due to @SkipWhenEmpty on another property"() {
            buildFile << """
    
    class SomeTask extends DefaultTask {
        @Input
        final Property<String> prop = project.objects.property(String)
    
        @InputFiles @SkipWhenEmpty
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 09:03:53 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tf2xla/internal/clustering_bridge_passes.cc

      pm.addPass(mlir::TF::CreateTFFunctionalControlFlowToRegions());
      pm.addPass(mlir::createInlinerPass());
      pm.addNestedPass<FuncOp>(
          mlir::TF::CreateDropWhileShapeInvariantInDeviceClusterPass());
      // Run another shape inference pass because resource decomposition might have
      // created new partial types. Also, after dropping `shape_invariant` attribute
      // from While/WhileRegion ops within cluster would lead to more precise
      // shapes.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 16:09:14 UTC 2024
    - 11.2K bytes
    - Viewed (0)
Back to top