Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 85 for L1 (0.15 sec)

  1. tests/integration/pilot/testdata/gateway-api-crd.yaml

                      rule: self.all(l1, self.exists_one(l2, l1.name == l2.name))
                    - message: Combination of port, protocol and hostname must be unique
                        for each listener
                      rule: 'self.all(l1, self.exists_one(l2, l1.port == l2.port && l1.protocol
                        == l2.protocol && (has(l1.hostname) && has(l2.hostname) ? l1.hostname
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  2. src/cmd/internal/obj/s390x/asmz.go

    		uint8(ri2))
    }
    
    // Expected argument values for the instruction formats.
    //
    // Format    a1  a2  a3  a4  a5  a6
    // -------------------------------
    // a         l1,  0, b1, d1, b2, d2
    // b         l1, l2, b1, d1, b2, d2
    // c         l1, i3, b1, d1, b2, d2
    // d         r1, r3, b1, d1, b2, d2
    // e         r1, r3, b2, d2, b4, d4
    // f          0, l2, b1, d1, b2, d2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
  3. src/strings/strings.go

    	// limit (8KB), we stop growing the source string once the limit
    	// is reached and keep reusing the same source string - that
    	// should therefore be always resident in the L1 cache - until we
    	// have completed the construction of the result.
    	// This yields significant speedups (up to +100%) in cases where
    	// the result length is large (roughly, over L2 cache size).
    	const chunkLimit = 8 * 1024
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 16:48:16 UTC 2024
    - 31.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        Arg<TF_NumberTensor, [{The gradient.}]>:$grad,
        Arg<TF_NumberTensor, [{Scaling factor. Must be a scalar.}]>:$lr,
        Arg<TF_NumberTensor, [{L1 regularization. Must be a scalar.}]>:$l1,
        Arg<TF_NumberTensor, [{L2 regularization. Must be a scalar.}]>:$l2,
        Arg<TF_Int64Tensor, [{Training step number. Must be a scalar.}]>:$global_step,
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  5. src/cmd/go/internal/vcs/vcs.go

    	}
    	return strings.TrimSpace(string(out)), nil
    }
    
    func hgStatus(vcsHg *Cmd, rootDir string) (Status, error) {
    	// Output changeset ID and seconds since epoch.
    	out, err := vcsHg.runOutputVerboseOnly(rootDir, `log -l1 -T {node}:{date|hgdate}`)
    	if err != nil {
    		return Status{}, err
    	}
    
    	// Successful execution without output indicates an empty repo (no commits).
    	var rev string
    	var commitTime time.Time
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:30:18 UTC 2024
    - 46.2K bytes
    - Viewed (0)
  6. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

          <match value="0xfff5" type="string" offset="0"/> <!-- V2, L2      -->
          <match value="0xfff6" type="string" offset="0"/> <!-- V2, L1, CRC -->
          <match value="0xfff7" type="string" offset="0"/> <!-- V2, L1      -->
          <match value="0xfffa" type="string" offset="0"/> <!-- V1, L3, CRC -->
          <match value="0xfffb" type="string" offset="0"/> <!-- V1, L3      -->
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  7. src/runtime/mgcmark.go

    	sg := mheap_.sweepgen
    
    	// Find the arena and page index into that arena for this shard.
    	ai := mheap_.markArenas[shard/(pagesPerArena/pagesPerSpanRoot)]
    	ha := mheap_.arenas[ai.l1()][ai.l2()]
    	arenaPage := uint(uintptr(shard) * pagesPerSpanRoot % pagesPerArena)
    
    	// Construct slice of bitmap which we'll iterate over.
    	specialsbits := ha.pageSpecials[arenaPage/8:]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 21:25:11 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  8. src/runtime/mgc.go

    	// time here is pretty trivial.
    	lock(&mheap_.lock)
    	arenas := mheap_.allArenas
    	unlock(&mheap_.lock)
    	for _, ai := range arenas {
    		ha := mheap_.arenas[ai.l1()][ai.l2()]
    		clear(ha.pageMarks[:])
    	}
    
    	work.bytesMarked = 0
    	work.initialHeapLive = gcController.heapLive.Load()
    }
    
    // Hooks for other packages
    
    var poolcleanup func()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 62K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/css/manual.css

        .lit, .atn { color: #6a9fb5 !important; }
        .pun, .pln,
        .opn, .clo { color: #d0d0d0 !important; }
        .dec, .var { color: #aa759f !important; }
    }
    
    .dark-mode {
    	li.L1,
    	li.L3,
    	li.L5,
    	li.L7,
    	li.L9 {
    		background: #111 !important;
    	}
    }
    
    /* DPE University button*/
    /* CSS */
    .badge-wrapper {
        padding-top: 0px;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 72.6K bytes
    - Viewed (0)
  10. hack/tools/go.sum

    github.com/go-toolsmith/pkgload v1.2.2 h1:0CtmHq/02QhxcF7E9N5LIFcYFsMR5rdovfqTtRKkgIk=
    github.com/go-toolsmith/pkgload v1.2.2/go.mod h1:R2hxLNRKuAsiXCo2i5J6ZQPhnPMOVtU+f0arbFPWCus=
    github.com/go-toolsmith/strparse v1.0.0/go.mod h1:YI2nUKP9YGZnL/L1/DLFBfixrcjslWct4wyljWhSRy8=
    github.com/go-toolsmith/strparse v1.1.0 h1:GAioeZUK9TGxnLS+qfdqNbA4z0SSm5zVNtCQiyP2Bvw=
    github.com/go-toolsmith/strparse v1.1.0/go.mod h1:7ksGy58fsaQkGQlY8WVoBFNyEPMGuJin1rfoPS4lBSQ=
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 08:12:16 UTC 2024
    - 93.1K bytes
    - Viewed (0)
Back to top