Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 1,290 for costs (0.06 sec)

  1. src/net/testdata/ipv6-hosts

    Mikio Hara <******@****.***> 1432131643 +0900
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 02 11:47:06 UTC 2015
    - 460 bytes
    - Viewed (0)
  2. src/net/testdata/singleline-hosts

    Mikio Hara <******@****.***> 1432131643 +0900
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 02 11:47:06 UTC 2015
    - 14 bytes
    - Viewed (0)
  3. src/runtime/internal/sys/consts.go

    Keith Randall <******@****.***> 1668632200 -0800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 18 16:26:25 UTC 2022
    - 1.4K bytes
    - Viewed (0)
  4. src/cmd/go/internal/modload/load.go

    		//
    		// We don't actually rely on that invariant at the moment, but it may
    		// improve efficiency somewhat and makes the behavior a bit easier to reason
    		// about (by reducing churn on the flag bits of dependencies), and costs
    		// essentially nothing (these atomic flag ops are essentially free compared
    		// to scanning source code for imports).
    		ld.applyPkgFlags(ctx, pkg, pkgInAll)
    	}
    	if ld.AllowPackage != nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 84K bytes
    - Viewed (0)
  5. releasenotes/notes/ip-sni-hosts.yaml

    Gregory Hanson <******@****.***> 1646968323 -0500
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 11 03:12:03 UTC 2022
    - 227 bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/_gen/AMD64.rules

    // Using an alternate form of this rule segfaults some binaries because of
    // adverse interactions with other passes.
    // (ANDQconst [0xFFFFFFFF] x) => (MOVLQZX x)
    
    // strength reduction
    // Assumes that the following costs from https://gmplib.org/~tege/x86-timing.pdf:
    //    1 - addq, shlq, leaq, negq, subq
    //    3 - imulq
    // This limits the rewrites to two instructions.
    // Note that negq always operates in-place,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 93.9K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/g3doc/space_to_depth.md

    convolution channel size is small. Stride of the convolution should be bigger
    than 1 as well. A cost model will be built that takes input shape and host cost
    into consideration to trigger the transformation. There will be a flag to
    disable this feature as well.
    
    ### Fuse SpaceToDepth with Automatic Double Transpose
    
    The transpose and reshape op in SpaceToDepthOp on TPU hosts may cause image
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Oct 24 02:51:43 UTC 2020
    - 8.3K bytes
    - Viewed (0)
  8. internal/grid/connection_test.go

    				t.Errorf("shouldConnect(%q, %q) != shouldConnect(%q, %q)", hosts[x], hosts[y], hosts[y], hosts[x])
    			}
    			if c.shouldConnect() {
    				should++
    			}
    		}
    		if should < 10 {
    			t.Errorf("host %q only connects to %d hosts", hosts[x], should)
    		}
    		t.Logf("host %q should connect to %d hosts", hosts[x], should)
    	}
    }
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Nov 21 01:09:35 UTC 2023
    - 6K bytes
    - Viewed (0)
  9. src/net/hosts_test.go

    	testStaticAddr(t, hostsFilePath, ent)
    	// Modify the hosts return by lookupStaticAddr.
    	hosts := lookupStaticAddr(ent.in)
    	for i := range hosts {
    		hosts[i] += "junk"
    	}
    	testStaticAddr(t, hostsFilePath, ent)
    }
    
    var lookupStaticHostAliasesTest = []struct {
    	lookup, res string
    }{
    	// 127.0.0.1
    	{"test", "test"},
    	// 127.0.0.2
    	{"test2.example.com", "test2.example.com"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 04 07:21:38 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  10. pkg/config/analysis/analyzers/testdata/virtualservice_conflictingmeshgatewayhosts_with_exportto.yaml

    metadata:
      name: productpage
      namespace: foo
    spec:
      hosts:
      - '*.productpage' # should generate an error as this conflicts with VirtualService bar/productpage
      http:
      - route:
        - destination:
            host: productpage
    ---
    apiVersion: networking.istio.io/v1beta1
    kind: VirtualService
    metadata:
      name: productpage
      namespace: bar
    spec:
      hosts:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jul 08 15:13:29 UTC 2022
    - 2.5K bytes
    - Viewed (0)
Back to top