Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 344 for differs (0.13 sec)

  1. test/fixedbugs/issue20250.go

    //go:build !goexperiment.cgocheck2
    
    // Copyright 2017 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Issue 20250: liveness differed with concurrent compilation
    // due to propagation of addrtaken to outer variables for
    // closure variables.
    
    package p
    
    type T struct {
    	s [2]string
    }
    
    func f(a T) { // ERROR "live at entry to f: a$"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:25 UTC 2023
    - 727 bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/hashtable_resource.mlir

    // CHECK:   operators: [ {
    // CHECK:     inputs: [  ],
    // CHECK:     outputs: [ 0 ],
    // CHECK:     custom_options:
    // CHECK:   name: "main"
    // CHECK: } ],
    // CHECK: description: "MLIR Converted.",
    // CHECK: buffers: [ {
    // CHECK-EMPTY
    // CHECK: }, {
    // CHECK-EMPTY
    // CHECK: } ]
    // CHECK: }
    
    func.func @main() -> tensor<*x!tf_type.resource> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 24 07:31:32 UTC 2022
    - 1.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/metadata.mlir

        %1 = "tfl.sub" (%arg0, %0) {fused_activation_function = "NONE"} : (tensor<3x2xi32>, tensor<3x2xi32>) -> tensor<3x2xi32>
        func.return %1 : tensor<3x2xi32>
      }
    }
    
    // CHECK:      buffers: [ {
    // CHECK:      }, {
    // CHECK:      }, {
    // CHECK:      }, {
    // CHECK:      }, {
    // CHECK-NEXT:   data: [ 118, 97, 108, 117, 101, 49 ]
    // CHECK-NEXT: }, {
    // CHECK-NEXT:   data: [ 118, 97, 108, 117, 101, 50 ]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 24 07:31:32 UTC 2022
    - 1.3K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/internal/http/ThreadInterruptTest.kt

      val clientTestRule = OkHttpClientTestRule()
      private lateinit var server: MockWebServer
      private lateinit var client: OkHttpClient
    
      @BeforeEach
      fun setUp() {
        // Sockets on some platforms can have large buffers that mean writes do not block when
        // required. These socket factories explicitly set the buffer sizes on sockets created.
        server = MockWebServer()
        server.serverSocketFactory =
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/variable.mlir

    // CHECK-NEXT:       outputs: [ 0 ],
    // CHECK-NEXT:       operators: [ ],
    // CHECK-NEXT:       name: "main"
    // CHECK-NEXT:     } ],
    // CHECK-NEXT:     description: "MLIR Converted.",
    // CHECK-NEXT:     buffers: [ {
    // CHECK-EMPTY:
    // CHECK-NEXT:     }, {
    // CHECK-NEXT:      data: [ {{.*}} ]
    // CHECK-NEXT:     }, {
    // CHECK-NEXT:      data: [ {{.*}} ]
    // CHECK-NEXT:     } ],
    // CHECK-NEXT:     metadata: [ {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Nov 06 17:29:59 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  6. src/cmd/internal/test2json/testdata/issue23036.json

    {"Action":"output","Test":"TestActualCase","Output":"=== RUN   TestActualCase\n"}
    {"Action":"output","Test":"TestActualCase","Output":"--- FAIL: TestActualCase (0.00s)\n"}
    {"Action":"output","Test":"TestActualCase","Output":"        foo_test.go:14: Differed.\n"}
    {"Action":"output","Test":"TestActualCase","Output":"                Expected: MyTest:\n"}
    {"Action":"output","Test":"TestActualCase","Output":"                --- FAIL: Test output from other tool\n"}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Nov 09 17:33:07 UTC 2022
    - 847 bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/kubeopenapi_test.go

    		if err != nil {
    			t.Fatal(err)
    		}
    		s, err := NewStructural(internalSchema)
    		if err != nil {
    			t.Fatal(err)
    		}
    
    		if !reflect.DeepEqual(orig, s) {
    			t.Fatalf("original and result differ: %v", cmp.Diff(orig, s))
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 12 15:46:16 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  8. okhttp-testing-support/README.md

    OkHttp Testing Support
    ======================
    
    This module offers utilities and support for testing OkHttp itself. It's not intended for use by
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Jun 16 02:08:18 UTC 2019
    - 195 bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/tests/mlir2flatbuffer/variant_type_on_func.mlir

    // CHECK-NEXT:    inputs: [ 0 ],
    // CHECK-NEXT:    outputs: [ 0 ],
    // CHECK-NEXT:    operators: [  ],
    // CHECK-NEXT:    name: "main"
    // CHECK-NEXT:  } ],
    // CHECK-NEXT:  description: "MLIR Converted.",
    // CHECK-NEXT:  buffers: [ {
    // CHECK-EMPTY:
    // CHECK-NEXT:  }, {
    // CHECK-EMPTY:
    // CHECK-NEXT:  }, {
    // CHECK-NEXT:    data: [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ]
    // CHECK-NEXT:  } ],
    // CHECK-NEXT:  metadata: [ {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Aug 16 20:36:14 UTC 2022
    - 1.4K bytes
    - Viewed (0)
  10. tools/docker-copy.sh

      #   amd64/
      dst="${DOCKER_WORKING_DIR}"
      if [[ "${arch}" != "" ]]; then
        dst+="/${arch}/"
      fi
      mkdir -p "${dst}"
      cp -rp "${FILE}" "${dst}"
    
      # Based on type, explicit set permissions. These may differ on host machine due to umask, so always override.
      out="${dst}/$(basename "${FILE}")"
      if [[ -d "${out}" ]]; then
        chmod -R a+r "${out}"
      elif [[ -x "${out}" ]]; then
        chmod 755 "${out}"
      else
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Aug 04 03:06:26 UTC 2022
    - 2.6K bytes
    - Viewed (0)
Back to top