Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 38 of 38 for 1library (0.46 sec)

  1. src/cmd/internal/obj/x86/asm6.go

    			// When building for inclusion into a shared library, an instruction of the form
    			//     MOV off(CX)(TLS*1), AX
    			// becomes
    			//     mov %gs:off(%ecx), %eax // on i386
    			//     mov %fs:off(%rcx), %rax // on amd64
    			// which assumes that the correct TLS offset has been loaded into CX (today
    			// there is only one TLS variable -- g -- so this is OK). When not building for
    			// a shared library the instruction it becomes
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.plugins.ide.eclipse.model.Library.getKind()> does not have raw return type assignable to org.gradle.api.provider.Provider in (Library.java:0)
    Method <org.gradle.plugins.ide.eclipse.model.Link.getLocation()> does not have raw return type assignable to org.gradle.api.provider.Property in (Link.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
  3. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1alpha1_openapi.json

                "type":...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.4K bytes
    - Viewed (0)
  4. api/openapi-spec/v3/apis__admissionregistration.k8s.io__v1beta1_openapi.json

                "type":...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 235.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

        return "NHWC";
      }
    
      // If filter spatial dimensions are unknown or not 1x1 we prefer NCHW, because
      // it's the fastest option on NVIDIA GPUs with cuDNN library support.
      return "NCHW";
    }
    
    //===----------------------------------------------------------------------===//
    // Conv2dBackpropFilterOp
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

      }
      if (getEllipsisMask() == 1) {
        begin_int = 0;
        end_int = rank;
      }
    
      // It's possible that `begin` and `end` are out of bound. See
      // https://docs.python.org/3/library/stdtypes.html#common-sequence-operations.
      if (strides_int > 0) {
        begin_int = std::min(begin_int, rank);
        end_int = std::min(end_int, rank);
      } else {
        begin_int = std::min(begin_int, rank - 1);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  7. src/net/http/server.go

    // should always test for this ability at runtime.
    type Hijacker interface {
    	// Hijack lets the caller take over the connection.
    	// After a call to Hijack the HTTP server library
    	// will not do anything else with the connection.
    	//
    	// It becomes the caller's responsibility to manage
    	// and close the connection.
    	//
    	// The returned net.Conn may have read or write deadlines
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  8. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    myspreadshop.fi
    myspreadshop.fr
    myspreadshop.ie
    myspreadshop.it
    myspreadshop.net
    myspreadshop.nl
    myspreadshop.no
    myspreadshop.pl
    myspreadshop.se
    myspreadshop.co.uk
    
    // Standard Library : https://stdlib.com
    // Submitted by Jacob Lee <******@****.***>
    api.stdlib.com
    
    // Storj Labs Inc. : https://storj.io/
    // Submitted by Philip Hutchins <******@****.***>
    storj.farm
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top