Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 29 for 23543 (0.16 sec)

  1. src/math/j1.go

    //              U(z) = U0[0] + U0[1]*z + ... + U0[4]*z**4
    //              V(z) = 1  + v0[0]*z + ... + v0[4]*z**5
    //         Note: For tiny x, 1/x dominate y1 and hence
    //              y1(tiny) = -2/pi/tiny, (choose tiny<2**-54)
    //      3. For x>=2.
    //               y1(x) = sqrt(2/(pi*x))*(p1(x)*sin(x1)+q1(x)*cos(x1))
    //         where x1 = x-3*pi/4. It is better to compute sin(x1),cos(x1)
    //         by method mentioned above.
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 13.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/python/integration_test/quantize_model_test.py

              ),
          }])
      )
      @test_util.run_in_graph_and_eager_modes
      def test_add_ptq_model(
          self,
          shape_dynamic: bool,
      ):
        input_shape = (None, 3, 4, 3) if shape_dynamic else (2, 3, 4, 3)
        self._create_add_model(
            input_shape,
            self._input_saved_model_path,
        )
    
        # Generate model input data.
        rng = np.random.default_rng(seed=42)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 51.4K bytes
    - Viewed (0)
  3. src/os/timeout_test.go

    						t.Error(err)
    					}
    					w.SetWriteDeadline(time.Now().Add(time.Millisecond))
    				}
    			}
    		}()
    	}
    }
    
    // Closing a TTY while reading from it should not hang.  Issue 23943.
    func TestTTYClose(t *testing.T) {
    	// Ignore SIGTTIN in case we are running in the background.
    	signal.Ignore(syscall.SIGTTIN)
    	defer signal.Reset(syscall.SIGTTIN)
    
    	f, err := os.Open("/dev/tty")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 17.1K bytes
    - Viewed (0)
  4. src/net/http/httputil/reverseproxy.go

    	err = p.copyResponse(rw, res.Body, p.flushInterval(res))
    	if err != nil {
    		defer res.Body.Close()
    		// Since we're streaming the response, if we run into an error all we can do
    		// is abort the request. Issue 23643: ReverseProxy should use ErrAbortHandler
    		// on read error while copying body.
    		if !shouldPanicOnCopyError(req) {
    			p.logf("suppressing panic for copyResponse error in test; copy error: %v", err)
    			return
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 27 23:37:42 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  5. src/crypto/sha1/sha1_test.go

    // The initial hash generation is omitted from the test, because it takes a long time.
    // The test contains some already-generated states, and their expected sums
    // Tests a problem that is outlined in GitHub issue #29543
    // The problem is triggered when an amount of data has been hashed for which
    // the data length has a 1 in the 32nd bit. When casted to int, this changes
    // the sign of the value, and causes the modulus operation to return a
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 03 21:27:16 UTC 2023
    - 18.3K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS___SINF_H                        = 0x92F // 2351
    	SYS___SINL_H                        = 0x930 // 2352
    	SYS___SINH_H                        = 0x931 // 2353
    	SYS___SINHF_H                       = 0x932 // 2354
    	SYS___SINHL_H                       = 0x933 // 2355
    	SYS___SQRT_H                        = 0x934 // 2356
    	SYS___SQRTF_H                       = 0x935 // 2357
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  7. src/index/suffixarray/sais.go

    	// half (a quarter overall) will be SLLS; an eighth will be SLLLS, and so on.
    	// Not counting the final S in each (which overlaps the first S in the next),
    	// This works out to an average length 2×½ + 3×¼ + 4×⅛ + ... = 3.
    	// The space we need is further reduced by the fact that many of the
    	// short patterns like SLS will often be the same character sequences
    	// repeated throughout the text, reducing maxID relative to numLMS.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 23:57:18 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.30.md

    - ValidatingAdmissionPolicy now exclude TokenReview, SelfSubjectReview, LocalSubjectAccessReview, and SubjectAccessReview from all versions of authentication.k8s.io and authorization.k8s.io group. ([#123543](https://github.com/kubernetes/kubernetes/pull/123543), [@jiahuif](https://github.com/jiahuif))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 04:05:28 UTC 2024
    - 253.2K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	/*2347*/ uint16(xReadSlashR),
    	/*2348*/ uint16(xArgMm1),
    	/*2349*/ uint16(xArgMm2M64),
    	/*2350*/ uint16(xMatch),
    	/*2351*/ uint16(xSetOp), uint16(PHADDSW),
    	/*2353*/ uint16(xReadSlashR),
    	/*2354*/ uint16(xArgXmm1),
    	/*2355*/ uint16(xArgXmm2M128),
    	/*2356*/ uint16(xMatch),
    	/*2357*/ uint16(xCondPrefix), 2,
    	0x66, 2369,
    	0x0, 2363,
    	/*2363*/ uint16(xSetOp), uint16(PMADDUBSW),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.4.md

    * Detect flakes in PR builder e2e runs ([#27898](https://github.com/kubernetes/kubernetes/pull/27898), [@lavalamp](https://github.com/lavalamp))
    * Remove examples moved to docs site ([#23513](https://github.com/kubernetes/kubernetes/pull/23513), [@erictune](https://github.com/erictune))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
Back to top