Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 150 for need (0.09 sec)

  1. guava/src/com/google/common/collect/Maps.java

       * <p>Since this method uses {@code HashMap} instances internally, the keys of the supplied maps
       * must be well-behaved with respect to {@link Object#equals} and {@link Object#hashCode}.
       *
       * <p><b>Note:</b>If you only need to know whether two maps have the same mappings, call {@code
       * left.equals(right)} instead of this method.
       *
       * @param left the map to treat as the "left" map for purposes of comparison
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 165.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/transforms/optimize.cc

              return failure();
            }
            int num_channels = filter_type.getShape()[0];
    
            // Create a zero tensor with shape {num_channels}, and the type need
            // to be the same as constant_val. This is a way to gracefully handle
            // scalar tensor. The Add will always be constant-folded away
            // regardless if `constant_val` is a scalar or not.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  3. platforms/core-configuration/model-core/src/main/java/org/gradle/internal/instantiation/generator/AsmBackedClassGenerator.java

            }
    
            @Override
            public ClassGenerationVisitor builder() {
                if (!decorate && !serviceInjection && !Modifier.isAbstract(type.getModifiers())) {
                    // Don't need to generate a subclass
                    return new NoOpBuilder(type);
                }
    
                int modifiers = type.getModifiers();
                if (Modifier.isPrivate(modifiers)) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 24 15:40:00 UTC 2024
    - 100.6K bytes
    - Viewed (0)
  4. src/reflect/value.go

    			v = v.assignTo("reflect.Select", tt.Elem, nil)
    			if v.flag&flagIndir != 0 {
    				rc.val = v.ptr
    			} else {
    				rc.val = unsafe.Pointer(&v.ptr)
    			}
    			// The value to send needs to escape. See the comment at rselect for
    			// why we need forced escape.
    			escapes(rc.val)
    
    		case SelectRecv:
    			if c.Send.IsValid() {
    				panic("reflect.Select: RecvDir case has Send value")
    			}
    			ch := c.Chan
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  5. src/net/http/server.go

    		}
    		for _, v := range w.handlerHeader[k] {
    			t.Add(k, v)
    		}
    	}
    	return t
    }
    
    // declareTrailer is called for each Trailer header when the
    // response header is written. It notes that a header will need to be
    // written in the trailers at the end of the response.
    func (w *response) declareTrailer(k string) {
    	k = CanonicalHeaderKey(k)
    	if !httpguts.ValidTrailerHeader(k) {
    		// Forbidden by RFC 7230, section 4.1.2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo.cc

        auto conv2d_output_type = mlir::cast<ShapedType>(conv2d_output.getType());
    
        //
        // Transpose and reshape the output
        //
    
        // Since output is in NWHC form we need to undo the permutation we have
        // affectively applied.
        auto output_permutation_and_shape = GetInversePermutationAndShape(
            output_permutation, conv2d_output_type, rewriter);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 154.9K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/x86/asm6.go

    	case AVGATHERDPD,
    		AVGATHERQPD,
    		AVGATHERDPS,
    		AVGATHERQPS,
    		AVPGATHERDD,
    		AVPGATHERQD,
    		AVPGATHERDQ,
    		AVPGATHERQQ:
    		if p.GetFrom3() == nil {
    			// gathers need a 3rd arg. See issue 58822.
    			ctxt.Diag("need a third arg for gather instruction: %v", p)
    			return
    		}
    		// AVX512 gather requires explicit K mask.
    		if p.GetFrom3().Reg >= REG_K0 && p.GetFrom3().Reg <= REG_K7 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  8. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

       * that function's result is wrapped in an ExecutionException.
       */
      @J2ktIncompatible
      @GwtIncompatible // reflection
      public void testTransformExceptionRemainsMemoized() throws Throwable {
        // We need to test with two input futures since ExecutionList.execute
        // doesn't catch Errors and we cannot depend on the order that our
        // transformations run. (So it is possible that the Error being thrown
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  9. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

       * that function's result is wrapped in an ExecutionException.
       */
      @J2ktIncompatible
      @GwtIncompatible // reflection
      public void testTransformExceptionRemainsMemoized() throws Throwable {
        // We need to test with two input futures since ExecutionList.execute
        // doesn't catch Errors and we cannot depend on the order that our
        // transformations run. (So it is possible that the Error being thrown
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  10. cmd/site-replication.go

    		if addedCount == 0 {
    			return madmin.ReplicateAddStatus{}, peerAddErr
    		}
    		// In this case, it means at least one cluster was added
    		// successfully, we need to send a response to the client with
    		// some details - FIXME: the disks on this cluster would need to
    		// be cleaned to recover.
    		partial := madmin.ReplicateAddStatus{
    			Status:    madmin.ReplicateAddStatusPartial,
    			ErrDetail: peerAddErr.Error(),
    		}
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
Back to top