Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 723 for 21$ (0.02 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/cannonicalize_ops_outside_compilation.mlir

    // RUN: tf-opt %s -tf-replicated-clustering-bridge-v2 -tfrt-lower-cluster-to-runtime-ops-tpu 2>&1 | FileCheck %s
    
    // This test verifies that the tail extraction is not terminated prematurely
    // due to the outside compilation attribute could be removed in
    // canonicalization of Reshape ops.
    
    // Reshape should not be executed on TPU as all are marked by outside
    // compilation. And there should be no host-device communication.
    // CHECK: tf._TPUCompileMlir
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 13 21:23:47 UTC 2024
    - 2.6K bytes
    - Viewed (0)
  2. src/cmd/go/testdata/script/test_cache_inputs.txt

    	if err != nil {
    		t.Fatal(err)
    	}
    	if info.Size()%2 != 1 {
    		t.Fatal("even file")
    	}
    }
    
    func TestOddFileContent(t *testing.T) {
    	f, err := os.Open("file.txt")
    	if err != nil {
    		t.Fatal(err)
    	}
    	data, err := io.ReadAll(f)
    	f.Close()
    	if err != nil {
    		t.Fatal(err)
    	}
    	if len(data)%2 != 1 {
    		t.Fatal("even file")
    	}
    }
    
    func TestOddFileSize(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 09 22:23:53 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/build_repeated_godebug_issue62346.txt

    [short] skip # runs go build
    ! go build file.go
    ! stderr 'panic:'
    ! stderr 'runtime error'
    stderr 'file.go:2:1: repeated //go:debug for panicnil'
    
    -- file.go --
    //go:debug panicnil=1
    //go:debug panicnil=1
    
    package main
    
    func main() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 236 bytes
    - Viewed (0)
  4. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r88/TestDisplayNameSpockCrossVersionSpec.groovy

                dependencies {
                    implementation 'org.codehaus.groovy:groovy-all:3.0.0'
                    testImplementation platform("org.spockframework:spock-bom:2.1-groovy-3.0")
                    testImplementation "org.spockframework:spock-core:2.1-groovy-3.0"
                }
    
                test {
                    useJUnitPlatform()
                }
            }
            """
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 4.3K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/resolveengine/store/ResolutionResultsStoreFactoryTest.groovy

            expect:
            set1.oldModelCache().load(() -> "1") == "1"
            set1.oldModelCache().load(() -> "2") == "1"
            set2.oldModelCache().load(() -> "3") == "3"
    
            set1.newModelCache().load(() -> "1") == "1"
            set1.newModelCache().load(() -> "2") == "1"
            set2.newModelCache().load(() -> "3") == "3"
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 16 15:49:50 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/tpu-multiple-while-body-func.mlir

    // RUN: tf-opt %s -tf-replicated-clustering-bridge-v2 -tfrt-lower-cluster-to-runtime-ops-tpu 2>&1 | FileCheck %s
    // RUN: tf-opt %s -tf-replicated-clustering-bridge-v1 -tfrt-lower-cluster-to-runtime-ops-tpu -tf-dialect-to-executor-v1 2>&1 | FileCheck %s
    
    // This test verifies there is no warning about shape inference failure in TPU
    // bridge in handling multiple usage of the same function.
    
    // Since it is possible that this warning may become an error in the future,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 13 21:23:47 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/tools/internal/typesinternal/toonew.go

    	// module that requires a minimum of go1.21. The analysis may
    	// occur using a version of Go higher than 1.21, selecting the
    	// first version of T, so the method M is Real.M. This would
    	// spuriously cause the analyzer to report a reference to a
    	// too-new symbol even though this expression compiles just
    	// fine (with the fake implementation) using go1.21.
    	for _, sym := range symbols {
    		symVersion := sym.Version.String()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  8. src/crypto/md5/md5block.go

    		b = c + bits.RotateLeft32((d^(c|^a))+b+x5+0xfc93a039, 21)
    		a = b + bits.RotateLeft32((c^(b|^d))+a+xc+0x655b59c3, 6)
    		d = a + bits.RotateLeft32((b^(a|^c))+d+x3+0x8f0ccc92, 10)
    		c = d + bits.RotateLeft32((a^(d|^b))+c+xa+0xffeff47d, 15)
    		b = c + bits.RotateLeft32((d^(c|^a))+b+x1+0x85845dd1, 21)
    		a = b + bits.RotateLeft32((c^(b|^d))+a+x8+0x6fa87e4f, 6)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  9. src/internal/runtime/syscall/defs_linux_arm64.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    package syscall
    
    const (
    	SYS_EPOLL_CREATE1 = 20
    	SYS_EPOLL_CTL     = 21
    	SYS_EPOLL_PWAIT   = 22
    	SYS_FCNTL         = 25
    	SYS_MPROTECT      = 226
    	SYS_EPOLL_PWAIT2  = 441
    	SYS_EVENTFD2      = 19
    
    	EFD_NONBLOCK = 0x800
    )
    
    type EpollEvent struct {
    	Events uint32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 14:54:29 UTC 2024
    - 472 bytes
    - Viewed (0)
  10. android/guava-tests/test/com/google/common/primitives/ShortsTest.java

        testRotate(new short[] {1, 2}, -3, new short[] {2, 1});
        testRotate(new short[] {1, 2}, -1, new short[] {2, 1});
        testRotate(new short[] {1, 2}, -2, new short[] {1, 2});
        testRotate(new short[] {1, 2}, 0, new short[] {1, 2});
        testRotate(new short[] {1, 2}, 1, new short[] {2, 1});
        testRotate(new short[] {1, 2}, 2, new short[] {1, 2});
        testRotate(new short[] {1, 2}, 3, new short[] {2, 1});
    
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 29 15:43:06 UTC 2024
    - 26.6K bytes
    - Viewed (0)
Back to top