Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for L2 (1.2 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
                        == l2.hostname : !has(l1.hostname) && !has(l2.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. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

        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,
    
        DefaultValuedOptionalAttr<BoolAttr, "false">:$use_locking
      );
    
      let results = (outs);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/rewriteAMD64.go

    			x := v_1
    			v.reset(OpAMD64TESTBconst)
    			v.AuxInt = int8ToAuxInt(int8(c))
    			v.AddArg(x)
    			return true
    		}
    		break
    	}
    	// match: (TESTB l:(MOVBload {sym} [off] ptr mem) l2)
    	// cond: l == l2 && l.Uses == 2 && clobber(l)
    	// result: @l.Block (CMPBconstload {sym} [makeValAndOff(0, off)] ptr mem)
    	for {
    		for _i0 := 0; _i0 <= 1; _i0, v_0, v_1 = _i0+1, v_1, v_0 {
    			l := v_0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  4. RELEASE.md

            the box; each call to .train() will now create a separate tfevents file
            rather than re-using a shared one.
        *   Fix FTRL L2-shrinkage behavior: the gradient from the L2 shrinkage term
            should not end up in the accumulator.
        *   Fix toco compilation/execution on Windows.
        *   GoogleZoneProvider class added to detect which Google Cloud Engine zone
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top