Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for narrower (0.24 sec)

  1. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

      // to be narrow range. Here revert to be the fully range if the user doesn't
      // require narrow range.
      func.walk([&](tfl::QConstOp cst) {
        Value value = cst.getResult();
        Value full_range_const = value;
        auto qtype = mlir::quant::UniformQuantizedType::getQuantizedElementType(
            value.getType());
        // Only the 8-bit constants are imported with narrow range.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/registry/generic/registry/store.go

    		ResourceVersionMatch: options.ResourceVersionMatch,
    		Predicate:            p,
    		Recursive:            true,
    	}
    
    	// if we're not already namespace-scoped, see if the field selector narrows the scope of the watch
    	if requestNamespace, _ := genericapirequest.NamespaceFrom(ctx); len(requestNamespace) == 0 {
    		if selectorNamespace, ok := p.MatchesSingleNamespace(); ok {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jan 19 23:22:44 UTC 2024
    - 60.8K bytes
    - Viewed (0)
  3. src/runtime/mgcmark.go

    		// Conservatively scan the frame. Unlike the precise
    		// case, this includes the outgoing argument space
    		// since we may have stopped while this function was
    		// setting up a call.
    		//
    		// TODO: We could narrow this down if the compiler
    		// produced a single map per function of stack slots
    		// and registers that ever contain a pointer.
    		if frame.varp != 0 {
    			size := frame.varp - frame.sp
    			if size > 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 21:25:11 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  4. src/crypto/internal/nistec/fiat/p384_fiat64.go

    package fiat
    
    import "math/bits"
    
    type p384Uint1 uint64 // We use uint64 instead of a more narrow type for performance reasons; see https://github.com/mit-plv/fiat-crypto/pull/1006#issuecomment-892625927
    type p384Int1 int64   // We use uint64 instead of a more narrow type for performance reasons; see https://github.com/mit-plv/fiat-crypto/pull/1006#issuecomment-892625927
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 05 21:53:03 UTC 2022
    - 90.8K bytes
    - Viewed (0)
  5. okhttp/src/test/java/okhttp3/HttpUrlTest.kt

        // line separator
        assertThat(parse("http://h/\u2028").encodedPath).isEqualTo("/%E2%80%A8")
        // paragraph separator
        assertThat(parse("http://h/\u2029").encodedPath).isEqualTo("/%E2%80%A9")
        // narrow non-breaking space
        assertThat(parse("http://h/\u202f").encodedPath).isEqualTo("/%E2%80%AF")
        // medium mathematical space
        assertThat(parse("http://h/\u205f").encodedPath).isEqualTo("/%E2%81%9F")
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  6. src/cmd/go/internal/modget/get.go

    			// the 'go get' command, not an intermediate state, and is therefore
    			// deterministic and therefore cacheable, and the constraints on the
    			// selected version of each module can only narrow as we iterate.
    			//
    			// "all" is functionally very similar to a wildcard pattern. The set of
    			// packages imported by the main module does not change, and the query
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
  7. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

    //    * {ASSERT|EXPECT}_STRCASEEQ(s1, s2): Tests that s1 == s2, ignoring case
    //    * {ASSERT|EXPECT}_STRCASENE(s1, s2): Tests that s1 != s2, ignoring case
    //
    // For wide or narrow string objects, you can use the
    // {ASSERT|EXPECT}_??() macros.
    //
    // Don't depend on the order in which the arguments are evaluated,
    // which is undefined.
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/gtest.h

    //    * {ASSERT|EXPECT}_STRCASEEQ(s1, s2): Tests that s1 == s2, ignoring case
    //    * {ASSERT|EXPECT}_STRCASENE(s1, s2): Tests that s1 != s2, ignoring case
    //
    // For wide or narrow string objects, you can use the
    // {ASSERT|EXPECT}_??() macros.
    //
    // Don't depend on the order in which the arguments are evaluated,
    // which is undefined.
    //
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 86.4K bytes
    - Viewed (0)
Back to top