Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 76 for isSelect (0.15 sec)

  1. src/cmd/compile/internal/ssa/rewriteWasm.go

    		c := auxIntToInt64(v_1.AuxInt)
    		if !(uint64(c) >= 64) {
    			break
    		}
    		v.reset(OpWasmI64Const)
    		v.AuxInt = int64ToAuxInt(0)
    		return true
    	}
    	// match: (Lsh64x64 x y)
    	// result: (Select (I64Shl x y) (I64Const [0]) (I64LtU y (I64Const [64])))
    	for {
    		x := v_0
    		y := v_1
    		v.reset(OpWasmSelect)
    		v0 := b.NewValue0(v.Pos, OpWasmI64Shl, typ.Int64)
    		v0.AddArg2(x, y)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 03:56:57 UTC 2023
    - 108.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

          SymbolTable::lookupSymbolIn(module, op.getSelect()));
      if (!select_func) {
        return op.emitOpError() << "has no select function specified";
      }
      auto select_func_type = select_func.getFunctionType();
      if (select_func_type.getNumInputs() != 2) {
        return op.emitOpError()
               << "expects select function to take 2 parameters, but has "
               << select_func_type.getNumInputs() << " parameter(s)";
      }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    policy/control/telemetry - so testing/staging of new settings and versions can be performed by a different role than the prod version. The intended users of this repo are users running Istio in production who want to select, tune and understand each binary that gets deployed, and select which combination to use. Note: each component can be installed in parallel with an existing Istio 1.0 or 1.1 installation in `istio-system`. The new components will not interfere with existing apps, but can interoperate,...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  4. pkg/kubelet/kubelet.go

    //
    // Here is an appropriate place to note that despite the syntactical
    // similarity to the switch statement, the case statements in a select are
    // evaluated in a pseudorandom order if there are multiple channels ready to
    // read from when the select is evaluated.  In other words, case statements
    // are evaluated in random order, and you can not assume that the case
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 126.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store_test.go

    			t.Error(err)
    			return
    		}
    		waitListCh <- l
    	}(rev + 1)
    
    	select {
    	case <-time.After(500 * time.Millisecond):
    	case l := <-waitListCh:
    		t.Fatalf("expected waiting, but get %#v", l)
    	}
    
    	if _, err := registry.Create(ctx, barPod, rest.ValidateAllObjectFunc, &metav1.CreateOptions{}); err != nil {
    		t.Fatal(err)
    	}
    
    	select {
    	case <-time.After(wait.ForeverTestTimeout):
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 10:12:02 UTC 2024
    - 101.8K bytes
    - Viewed (0)
  6. src/cmd/internal/obj/ppc64/asm9.go

    	/* Vector bit permute */
    	{as: AVBPERMQ, a1: C_VREG, a2: C_VREG, a6: C_VREG, type_: 82, size: 4}, /* vector bit permute, vx-form */
    
    	/* Vector select */
    	{as: AVSEL, a1: C_VREG, a2: C_VREG, a3: C_VREG, a6: C_VREG, type_: 83, size: 4}, /* vector select, va-form */
    
    	/* Vector splat */
    	{as: AVSPLTB, a1: C_S16CON, a2: C_VREG, a6: C_VREG, type_: 82, size: 4},
    	{as: AVSPLTISB, a1: C_S16CON, a6: C_VREG, type_: 82, size: 4},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  7. api/maven-api-model/src/main/mdo/maven.mdo

                Projects should only list the license(s) that applies to the project
                and not the licenses that apply to dependencies.
                If multiple licenses are listed, it is assumed that the user can select
                any of them, not that they must accept all.
                ]]>
              </description>
              <association>
                <type>License</type>
                <multiplicity>*</multiplicity>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  8. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

        )
        server.enqueue(
          MockResponse(code = 407),
        )
        client =
          client.newBuilder()
            .proxySelector(
              object : ProxySelector() {
                override fun select(uri: URI): List<Proxy> = listOf(server.toProxyAddress())
    
                override fun connectFailed(
                  uri: URI,
                  socketAddress: SocketAddress,
                  e: IOException,
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Jan 20 10:30:28 UTC 2024
    - 131.7K bytes
    - Viewed (0)
  9. pkg/controller/garbagecollector/garbagecollector_test.go

    	}
    
    	workerLockAcquired := make(chan struct{})
    	go func() {
    		workerLock.Lock()
    		defer workerLock.Unlock()
    		close(workerLockAcquired)
    	}()
    	select {
    	case <-workerLockAcquired:
    		return nil
    	case <-time.After(t):
    		return fmt.Errorf("workerLock blocked for at least %v", t)
    	}
    }
    
    type fakeServerResources struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

      DenseIntElementsAttr cond_attr;
      if (!matchPattern(op.getCond(), m_Constant(&cond_attr))) return failure();
    
      // Cond value must be a scalar.
      if (cond_attr.getNumElements() != 1) return failure();
    
      // Select a branch function.
      bool cond = cond_attr.getSplatValue<BoolAttr>().getValue();
      FlatSymbolRefAttr func =
          cond ? op.getThenBranchAttr() : op.getElseBranchAttr();
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
Back to top