Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 304_ (0.06 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    	SYS_LLROUNDD128                     = 0xBE0 // 3040
    	SYS_LOGD32                          = 0xBE1 // 3041
    	SYS_LOGD64                          = 0xBE2 // 3042
    	SYS_LOGD128                         = 0xBE3 // 3043
    	SYS_LOG10D32                        = 0xBE4 // 3044
    	SYS_LOG10D64                        = 0xBE5 // 3045
    	SYS_LOG10D128                       = 0xBE6 // 3046
    	SYS_LOG1PD32                        = 0xBE7 // 3047
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  2. src/net/http/serve_test.go

    	req := &Request{
    		Method: "GET",
    		URL: &url.URL{
    			Scheme: "http",
    			Path:   "not-empty-but-no-leading-slash", // bogus
    		},
    	}
    	Redirect(rr, req, "", 304)
    	if rr.Code != 304 {
    		t.Errorf("Code = %d; want 304", rr.Code)
    	}
    }
    
    // Test different URL formats and schemes
    func TestRedirect(t *testing.T) {
    	req, _ := NewRequest("GET", "http://example.com/qux/", nil)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/canonicalize.mlir

      %con11 = "tf.Const"() { value = dense<[1.0, 2.0]> : tensor<2xf32> } : () -> tensor<2xf32>
      %con12 = "tf.Const"() { value = dense<[3.0, 4.0]> : tensor<2xf32> } : () -> tensor<2xf32>
      %con21 = "tf.Const"() { value = dense<[0.0, 2.0]> : tensor<2xf32> } : () -> tensor<2xf32>
      %con22 = "tf.Const"() { value = dense<[0.0, 0.0]> : tensor<2xf32> } : () -> tensor<2xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 132.1K bytes
    - Viewed (0)
Back to top