Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for logback (0.14 sec)

  1. pkg/apis/core/validation/validation_test.go

    			s.Spec.ExternalTrafficPolicy = core.ServiceExternalTrafficPolicyCluster
    			s.Spec.ExternalIPs = []string{"0.0.0.0"}
    		},
    		numErrs: 1,
    	}, {
    		name: "invalid publicIPs loopback",
    		tweakSvc: func(s *core.Service) {
    			s.Spec.ExternalTrafficPolicy = core.ServiceExternalTrafficPolicyCluster
    			s.Spec.ExternalIPs = []string{"127.0.0.1"}
    		},
    		numErrs: 1,
    	}, {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = "Update '*var' according to the AddSign update.";
    
      let description = [{
    m_t <- beta1 * m_{t-1} + (1 - beta1) * g
    update <- exp(logbase * sign_decay * sign(g) * sign(m_t)) * g
    variable <- variable - lr_t * update
      }];
    
      let arguments = (ins
        Arg<TF_ResourceTensor, [{Should be from a Variable().}], [TF_VariableRead, TF_VariableWrite]>:$var,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top