Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 55 for MAC (0.07 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/BUILD

    )
    
    tf_cc_test(
        name = "convert_tf_quant_to_mhlo_int_test",
        srcs = [
            "passes/bridge/convert_tf_quant_to_mhlo_int_test.cc",
        ],
        tags = ["nomac"],  # TODO(b/297362678): re-enable mac test.
        deps = [
            ":bridge_passes",
            "//tensorflow/compiler/mlir/quantization/tensorflow/cc:constant_fold",
            "//tensorflow/compiler/mlir/tensorflow",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 02:59:01 UTC 2024
    - 28.3K bytes
    - Viewed (0)
  2. src/cmd/go/internal/work/buildid.go

    // It should be possible to cross-compile for Windows from either Linux or Mac
    // or Windows itself and produce the same binaries, bit for bit. If the tool ID,
    // which influences the action ID half of the build ID, is based on the content ID,
    // then the Linux compiler binary and Mac compiler binary will have different tool IDs
    // and therefore produce executables with different action IDs.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:31:25 UTC 2024
    - 26.2K bytes
    - Viewed (0)
  3. src/cmd/go/internal/modcmd/vendor.go

    	// Because UseAllFiles is set on the build.Context, it's possible ta get
    	// a MultiplePackageError on an otherwise valid package: the package could
    	// have different names for GOOS=windows and GOOS=mac for example. On the
    	// other hand if there's a NoGoError, the package might have source files
    	// specifying "//go:build ignore" those packages should be skipped because
    	// embeds from ignored files can't be used.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 14 14:19:59 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  4. src/time/tick_test.go

    		go func() {
    			defer wg.Done()
    			Sleep(10 * Microsecond)
    		}()
    	}
    	for range count {
    		Sleep(1 * Microsecond)
    	}
    
    	// Give ourselves 60 seconds to complete.
    	// This used to reliably fail on a Mac M3 laptop,
    	// which needed 77 seconds.
    	// Trybots are slower, so it will fail even more reliably there.
    	// With the fix, the code runs in under a second.
    	done := make(chan bool)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:10:37 UTC 2024
    - 14.7K bytes
    - Viewed (0)
  5. src/crypto/tls/handshake_client.go

    	if hs.suite.cipher != nil {
    		clientCipher = hs.suite.cipher(clientKey, clientIV, false /* not for reading */)
    		clientHash = hs.suite.mac(clientMAC)
    		serverCipher = hs.suite.cipher(serverKey, serverIV, true /* for reading */)
    		serverHash = hs.suite.mac(serverMAC)
    	} else {
    		clientCipher = hs.suite.aead(clientKey, clientIV)
    		serverCipher = hs.suite.aead(serverKey, serverIV)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 38.6K bytes
    - Viewed (0)
  6. src/cmd/link/internal/ld/macho.go

    	BIND_SUBOPCODE_THREADED_APPLY                            = 0x01
    )
    
    const machoHeaderSize64 = 8 * 4 // size of 64-bit Mach-O header
    
    // Mach-O file writing
    // https://developer.apple.com/mac/library/DOCUMENTATION/DeveloperTools/Conceptual/MachORuntime/Reference/reference.html
    
    var machohdr MachoHdr
    
    var load []MachoLoad
    
    var machoPlatform MachoPlatform
    
    var seg [16]MachoSeg
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:32:53 UTC 2024
    - 43.9K bytes
    - Viewed (0)
  7. src/cmd/internal/dwarf/dwarf.go

    		ctxt.AddInt(s, 2, value)
    
    	case DW_FORM_data4: // constant, {line,loclist,mac,rangelist}ptr
    		if cls == DW_CLS_PTR { // DW_AT_stmt_list and DW_AT_ranges
    			ctxt.AddDWARFAddrSectionOffset(s, data, value)
    			break
    		}
    		ctxt.AddInt(s, 4, value)
    
    	case DW_FORM_data8: // constant, {line,loclist,mac,rangelist}ptr
    		ctxt.AddInt(s, 8, value)
    
    	case DW_FORM_sdata: // constant
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 06 15:23:18 UTC 2024
    - 43K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1/generated.proto

      // - ipv4: an IPv4 IP as parsed by Golang net.ParseIP
      // - ipv6: an IPv6 IP as parsed by Golang net.ParseIP
      // - cidr: a CIDR as parsed by Golang net.ParseCIDR
      // - mac: a MAC address as parsed by Golang net.ParseMAC
      // - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 39.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1/generated.proto

      // - ipv4: an IPv4 IP as parsed by Golang net.ParseIP
      // - ipv6: an IPv6 IP as parsed by Golang net.ParseIP
      // - cidr: a CIDR as parsed by Golang net.ParseCIDR
      // - mac: a MAC address as parsed by Golang net.ParseMAC
      // - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 41.8K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/authoring-builds/build_environment.adoc

    Let's take an example that sets the $JAVA_HOME environment variable:
    
    [source,text]
    ----
    $ set JAVA_HOME=C:\Path\To\Your\Java\Home   // Windows
    $ export JAVA_HOME=/path/to/your/java/home  // Mac/Linux
    ----
    
    You can access environment variables as properties in the build script using the `System.getenv()` method:
    
    [source,groovy]
    ----
    task printEnvVariables {
        doLast {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 20.1K bytes
    - Viewed (0)
Back to top