Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Malloc (0.18 sec)

  1. RELEASE.md

    *   Other:
        *   Instead of jemalloc, revert back to using system malloc since it
            simplifies build and has comparable performance.
        *   Remove integer types from `tf.nn.softplus` and `tf.nn.softsign` OpDefs.
            This is a bugfix; these ops were never meant to support integers.
        *   Allow subslicing Tensors with a single dimension.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    				s.Spec.IPFamilyPolicy = &singleStack
    				s.Spec.IPFamilies = []core.IPFamily{core.IPv4Protocol, core.IPv6Protocol}
    			},
    			numErrs: 0, // this validated in alloc code.
    		}, {
    			name: "valid, IPFamilyPolicy(preferDualStack) is set for two families (note: alloc sets families)",
    			tweakSvc: func(s *core.Service) {
    				s.Spec.IPFamilyPolicy = &preferDualStack
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"MemProfileRecord.AllocObjects", Field, 0},
    		{"MemProfileRecord.FreeBytes", Field, 0},
    		{"MemProfileRecord.FreeObjects", Field, 0},
    		{"MemProfileRecord.Stack0", Field, 0},
    		{"MemStats", Type, 0},
    		{"MemStats.Alloc", Field, 0},
    		{"MemStats.BuckHashSys", Field, 0},
    		{"MemStats.BySize", Field, 0},
    		{"MemStats.DebugGC", Field, 0},
    		{"MemStats.EnableGC", Field, 0},
    		{"MemStats.Frees", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  4. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    2BBA..2BBC    ; valid                  ;      ; NV8    # 11.0 OVERLAPPING WHITE SQUARES..OVERLAPPING BLACK SQUARES
    2BBD..2BC8    ; valid                  ;      ; NV8    # 7.0  BALLOT BOX WITH LIGHT X..BLACK MEDIUM RIGHT-POINTING TRIANGLE CENTRED
    2BC9          ; valid                  ;      ; NV8    # 12.0 NEPTUNE FORM TWO
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
Back to top