Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 957 for prepending (0.3 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantize.cc

          if (!preceding_op) continue;
    
          // Check whether the preceding op is a quantized composite function.
          if (llvm::isa<TF::PartitionedCallOp>(preceding_op)) {
            auto call_op = llvm::cast<TF::PartitionedCallOp>(preceding_op);
            if (!IsCompositeFunction(call_op)) continue;
            return true;
          }
    
          // Check if the preceding op is a quantized same-scale op.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 22 05:52:39 UTC 2024
    - 23.6K bytes
    - Viewed (0)
  2. src/cmd/cgo/internal/test/stubtest_linux_ppc64le.S

    // A call stub is usually needed when the ELFv2 st_other attribute is different
    // between caller and callee.
    //
    // The type of call stub inserted will vary depending on GOPPC64 and the
    // buildmode (e.g pie builds shared code, default builds fixed-position code).
    // CI is set up to run for P8 and P10 machines, and this test is run in both
    // pie and default modes.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 22 15:06:17 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  3. src/cmd/go/testdata/script/mod_invalid_version.txt

    stderr 'go: example.com@v0.0.0 requires\n\tgolang.org/x/text@v1.999.999-0.20170915032832-14c0d48ead0c: invalid pseudo-version: preceding tag \(v1.999.998\) not found'
    cd ..
    ! go list -m golang.org/x/text
    stderr 'golang.org/x/text@v1.999.999-0.20170915032832-14c0d48ead0c: invalid pseudo-version: preceding tag \(v1.999.998\) not found'
    
    # A v1.0.0- pseudo-version that is not derived from a tag is invalid:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 02 02:54:20 UTC 2023
    - 13.1K bytes
    - Viewed (0)
  4. src/cmd/internal/osinfo/os_js.go

    //go:build js
    
    package osinfo
    
    import (
    	"fmt"
    	"syscall/js"
    )
    
    // Version returns the OS version name/number.
    func Version() (string, error) {
    	// Version detection on Wasm varies depending on the underlying runtime
    	// (browser, node, etc), nor is there a standard via something like
    	// WASI (see https://go.dev/issue/31105). For now, attempt a few simple
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jan 19 22:43:17 UTC 2023
    - 1K bytes
    - Viewed (0)
  5. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/http/AbstractHttpsRepoResolveIntegrationTest.groovy

            keyStore.configureServerAndClientCerts(executer)
            fails "libs"
    
            then:
            failure.assertHasCause("Could not GET '${server.uri}/repo1/my-group/my-module/1.0/")
            // exact error might vary depending on JVM version and OS
            failure.assertThatCause(matchesRegexp("Got (socket|SSL handshake) exception during request. It might be caused by SSL misconfiguration"))
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  6. pkg/kube/kclient/clienttest/test_helpers.go

    // Reads may be cached or uncached, depending on the input client.
    func WrapReadWriter[T controllers.Object](t test.Failer, c kclient.ReadWriter[T]) TestClient[T] {
    	return TestClient[T]{
    		c: c,
    		t: t,
    		TestWriter: TestWriter[T]{
    			c: c,
    			t: t,
    		},
    	}
    }
    
    // Wrap returns a client that calls t.Fatal on errors.
    // Reads may be cached or uncached, depending on the input client.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 23 19:18:21 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  7. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/logging/comparison/ExhaustiveLinesSearcher.java

        private final boolean useUnifiedDiff;
    
        private ExhaustiveLinesSearcher(boolean useUnifiedDiff) {
            this.useUnifiedDiff = useUnifiedDiff;
        }
    
        /**
         * Uses the git diff algorithm for presenting matches.
         * <p>
         * Enabling this option will only show a single match, regardless of how many potential matches
         * containing the same number of matching lines are found.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  8. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/jpms/compile/JavaModuleCompileIntegrationTest.groovy

            when:
            fails ':compileJava'
    
            then:
            failure.assertHasErrorOutput '(package moda.internal is declared in module moda, which does not export it)'
        }
    
        def "compiles a module depending on an automatic module"() {
            given:
            publishAutoModule('moda')
            consumingModuleInfo('requires moda')
            consumingModuleClass('moda.ModaClass', 'moda.internal.ModaClassInternal')
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  9. src/net/http/jar.go

    // The net/http/cookiejar package provides a CookieJar implementation.
    type CookieJar interface {
    	// SetCookies handles the receipt of the cookies in a reply for the
    	// given URL.  It may or may not choose to save the cookies, depending
    	// on the jar's policy and implementation.
    	SetCookies(u *url.URL, cookies []*Cookie)
    
    	// Cookies returns the cookies to send in a request for the given URL.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 900 bytes
    - Viewed (0)
  10. src/vendor/golang.org/x/sys/cpu/syscall_aix_ppc64_gc.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Minimal copy of x/sys/unix so the cpu package can make a
    // system call on AIX without depending on x/sys/unix.
    // (See golang.org/issue/32102)
    
    //go:build aix && ppc64 && gc
    
    package cpu
    
    import (
    	"syscall"
    	"unsafe"
    )
    
    //go:cgo_import_dynamic libc_getsystemcfg getsystemcfg "libc.a/shr_64.o"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 988 bytes
    - Viewed (0)
Back to top