Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 40 for qParams (0.43 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        The primary benefit of the pass is to hoist `num_replicas` `_TPUCompile`s
        into a single `_TPUCompile`.
    
        This pass assumes that when a `tf.Shape` directly inputs from `replicate`
        params, then it is the same shape across replicas.
    
        For example, the following
    
        ```mlir
        tf_device.replicate([%0, %1] as %ri: tensor<*xi32>) {n = 2 : i32} {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  2. pkg/printers/internalversion/printers.go

    		if len(pr.Name) > 0 {
    			if pr.Namespace != "" {
    				paramName = pr.Namespace + "/" + pr.Name
    			} else {
    				// Can't tell from here if param is cluster-scoped, so all
    				// params without names get * namespace
    				paramName = "*/" + pr.Name
    			}
    		} else if pr.Selector != nil {
    			paramName = pr.Selector.String()
    		}
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  3. pkg/config/validation/validation.go

    // based on particular HTTPMatchRequest, according to comments on https://github.com/istio/istio/pull/32701
    // only support Match's port, method, authority, headers, query params and nonheaders for now.
    func genMatchHTTPRoutes(route *networking.HTTPRoute, match *networking.HTTPMatchRequest,
    	rulen, matchn int,
    ) (matchHTTPRoutes *OverlappingMatchValidationForHTTPRoute) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  4. pkg/controller/statefulset/stateful_set_control_test.go

    	// Make all pods in statefulset unavailable one by one
    	// and verify that RollingUpdate doesnt proceed with maxUnavailable set
    	// this could have been a simple loop, keeping it like this to be able
    	// to add more params here.
    	testCases := []struct {
    		ordinalOfPodToTerminate []int
    	}{
    
    		{[]int{}},
    		{[]int{5}},
    		{[]int{3}},
    		{[]int{4}},
    		{[]int{5, 4}},
    		{[]int{5, 3}},
    		{[]int{4, 3}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: Virtual Hosts */
        public static final String LABELS_virtual_host_value = "{labels.virtual_host_value}";
    
        /** The key of the message: Append Params to URL */
        public static final String LABELS_append_query_param_enabled = "{labels.append_query_param_enabled}";
    
        /** The key of the message: Login Required */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  6. src/main/webapp/js/admin/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
  7. src/main/webapp/js/jquery-3.6.3.min.map

    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 17 12:13:41 UTC 2023
    - 135.2K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/tests/ops.mlir

      func.return %0 : tensor<*xf32>
    }
    
    // -----
    
    func.func @testGatherUnsupportedType(%arg0 : tensor<?xi32>, %arg1 : tensor<?xi32>) -> tensor<?xf32> {
      // expected-error @+1 {{op failed to verify that params and output must have same element type}}
      %0 = "tfl.gather"(%arg0, %arg1) {axis = 1 : i32}: (tensor<?xi32>,tensor<?xi32>) -> tensor<?xf32>
      func.return %0 : tensor<?xf32>
    }
    
    // -----
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 189.2K bytes
    - Viewed (0)
  9. src/main/webapp/js/admin/bootstrap.min.js.map

    dEvent() {\n  return {\n    bindType: TRANSITION_END,\n    delegateType: TRANSITION_END,\n    handle(event) {\n      if ($(event.target).is(this)) {\n        return event.handleObj.handler.apply(this, arguments) // eslint-disable-line prefer-rest-params\n      }\n      return undefined // eslint-disable-line no-undefined\n    }\n  }\n}\n\nfunction transitionEndEmulator(duration) {\n  let called = false\n\n  $(this).one(Util.TRANSITION_END, () => {\n    called = true\n  })\n\n  setTimeout(() => {\n...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Feb 07 10:28:50 UTC 2020
    - 185.8K bytes
    - Viewed (1)
  10. src/main/webapp/js/bootstrap.min.js.map

    dEvent() {\n  return {\n    bindType: TRANSITION_END,\n    delegateType: TRANSITION_END,\n    handle(event) {\n      if ($(event.target).is(this)) {\n        return event.handleObj.handler.apply(this, arguments) // eslint-disable-line prefer-rest-params\n      }\n      return undefined // eslint-disable-line no-undefined\n    }\n  }\n}\n\nfunction transitionEndEmulator(duration) {\n  let called = false\n\n  $(this).one(Util.TRANSITION_END, () => {\n    called = true\n  })\n\n  setTimeout(() => {\n...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Jan 11 06:54:28 UTC 2020
    - 189.9K bytes
    - Viewed (0)
Back to top