Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 116 for isMatching (0.28 sec)

  1. src/cmd/asm/internal/asm/testdata/amd64error.s

    	// TODO(quasilyte): improve error message (#21860).
    	V4FMADDPS (AX), [Z4-Z0], K1, Z7  // ERROR "invalid instruction"
    	V4FMADDPS (AX), [Z1-Z0], K1, Z7  // ERROR "invalid instruction"
    	// Mismatching registers in a range.
    	// TODO(quasilyte): improve error message (#21860).
    	V4FMADDPS (AX), [AX-Z3], K1, Z7  // ERROR "invalid instruction"
    	V4FMADDPS (AX), [Z0-AX], K1, Z7  // ERROR "invalid instruction"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/fairqueuing/queueset/queueset.go

    	// If its DesiredNumQueues is zero then its other queuing
    	// parameters retain the settings they had when DesiredNumQueues
    	// was last non-zero (if ever).
    	qCfg fq.QueuingConfig
    
    	// the current dispatching configuration.
    	dCfg fq.DispatchingConfig
    
    	// If `qCfg.DesiredNumQueues` is non-zero then dealer is not nil
    	// and is good for `qCfg`.
    	dealer *shufflesharding.Dealer
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 04 16:59:21 UTC 2024
    - 42.4K bytes
    - Viewed (0)
  3. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/GroovyInteroperability.kt

     *
     * @see [GroovyBuilderScope]
     */
    inline fun <T> Any.withGroovyBuilder(builder: GroovyBuilderScope.() -> T): T =
        GroovyBuilderScope.of(this).builder()
    
    
    /**
     * Provides a dynamic dispatching DSL with Groovy semantics for better integration with
     * plugins that rely on Groovy builders such as the core `maven` plugin.
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 9.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/tf_device_ops_invalid.mlir

      {
        %2 = "tf.opC"() : () -> (tensor<*xi1>)
        tf_device.return
      }) {} : () -> (tensor<*xi1>, tensor<*xi32>, tensor<*xi32>)
      func.return
    }
    
    // -----
    
    // Check that a parallel_execute ops with mismatching output types are not
    // allowed.
    func.func @parallel_execute_mismatched_output_types() {
      "tf_device.parallel_execute"() ({
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Aug 14 15:35:49 UTC 2023
    - 9.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/functional-control-flow-to-regions.mlir

      // CHECK-SAME: _attr1 = true
      // CHECK-NOT: attr2 =
      // CHECK-NOT: else_branch
      // CHECK-NOT: then_branch
      // CHECK-SAME: }
      func.return %0 : tensor<*xf32>
    }
    
    // -----
    
    // If with mismatching input types
    
    // CHECK: func private @testIf1Then{{.+}}
    // CHECK: func private @testIf1Else{{.+}}
    func.func private @testIf1Then(tensor<*xf32>) -> tensor<*xf32>
    func.func private @testIf1Else(tensor<*xf32>) -> tensor<*xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Nov 06 21:59:28 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  6. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/client/DaemonClient.java

            Object result;
            try {
                LOGGER.debug("Connected to daemon {}. Dispatching request {}.", connection.getDaemon(), build);
                connection.dispatch(build);
                result = connection.receive();
            } catch (StaleDaemonAddressException e) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 19:54:56 UTC 2024
    - 16.5K bytes
    - Viewed (0)
  7. src/vendor/golang.org/x/net/nettest/conntest.go

    					break
    				}
    				t.Errorf("unexpected Read error: %v", err)
    			}
    
    			v := binary.LittleEndian.Uint64(buf)
    			binary.LittleEndian.PutUint64(buf, v+1)
    			if prev != 0 && prev+2 != v {
    				t.Errorf("mismatching value: got %d, want %d", v, prev+2)
    			}
    			prev = v
    			if v == 1000 {
    				break
    			}
    
    			if _, err := c.Write(buf); err != nil {
    				t.Errorf("unexpected Write error: %v", err)
    				break
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  8. maven-core/plugin-manager.txt

    h3. Execution of the plugin
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jul 18 22:45:13 UTC 2022
    - 12.9K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/mutating/dispatcher.go

    		}
    		// This means that during reinvocation, a webhook will not be
    		// called for the first time. For example, if the webhook is
    		// skipped in the first round because of mismatching labels,
    		// even if the labels become matching, the webhook does not
    		// get called during reinvocation.
    		if reinvokeCtx.IsReinvoke() && !webhookReinvokeCtx.ShouldReinvokeWebhook(invocation.Webhook.GetUID()) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 28 08:48:22 UTC 2024
    - 19.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiserver/pkg/storage/etcd3/watcher.go

    			res := wc.transform(e)
    			if res == nil {
    				continue
    			}
    			if len(wc.resultChan) == outgoingBufSize {
    				klog.V(3).InfoS("Fast watcher, slow processing. Probably caused by slow dispatching events to watchers", "outgoingEvents", outgoingBufSize, "objectType", wc.watcher.objectType, "groupResource", wc.watcher.groupResource)
    			}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Sep 25 10:26:38 UTC 2023
    - 18.9K bytes
    - Viewed (0)
Back to top