Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 101 for PROMOTED (0.28 sec)

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

    let options = [
        ListOption<"functions_", "functions", "std::string",
                   "Comma separated list of functions whose resources "
                   "read/writes should be promoted to function inputs/outputs.">
      ];
    }
    
    def PromoteVarHandlesToArgsPass : Pass<"tf-promote-var-handles-to-args", "ModuleOp"> {
      let summary = "Promote tf.VarHandleOps to function arguments.";
    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. src/cmd/internal/obj/ppc64/asm9.go

    	switch a {
    	case 8, 16, 32, 64:
    		// By default function alignment is 16. If an alignment > 16 is
    		// requested then the function alignment must also be promoted.
    		// The function alignment is not promoted on AIX at this time.
    		// TODO: Investigate AIX function alignment.
    		if ctxt.Headtype != objabi.Haix && cursym.Func().Align < int32(a) {
    			cursym.Func().Align = int32(a)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.7.md

    ## **Action Required Before Upgrading**
    
    ### Network
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 308.7K bytes
    - Viewed (0)
  4. pkg/controller/garbagecollector/garbagecollector_test.go

    	gc.attemptToDeleteItem(context.TODO(), podToGCNode(rc1Pod1))
    	gc.attemptToDeleteItem(context.TODO(), podToGCNode(rc2Pod1))
    	// rc1 should already be in the cache, no request should be sent. rc1 should be promoted in the UIDCache
    	gc.attemptToDeleteItem(context.TODO(), podToGCNode(rc1Pod2))
    	// after this call, rc2 should be evicted from the UIDCache
    	gc.attemptToDeleteItem(context.TODO(), podToGCNode(rc3Pod1))
    	// check cache
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.6K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.23.md

      Reference: https://nvd.nist.gov/vuln/detail/CVE-2021-29923 ([#104368](https://github.com/kubernetes/kubernetes/pull/104368), [@aojea](https://github.com/aojea))
    - StatefulSet `minReadySeconds` is promoted to beta. ([#104045](https://github.com/kubernetes/kubernetes/pull/104045), [@ravisantoshgudimetla](https://github.com/ravisantoshgudimetla))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

       functions can cause the pass to fail.
    
    #### Options
    ```
    -functions : Comma separated list of functions whose resources read/writes should be promoted to function inputs/outputs.
    ```
    ### `-tf-promote-var-handles-to-args`
    
    _Promote tf.VarHandleOps to function arguments._
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.5.md

      - [beta] PodDisruptionBudget has been promoted to beta, can be used to safely drain nodes while respecting application SLO's ([docs](http://kubernetes.io/docs/tasks/administer-cluster/safely-drain-node/)) ([kubernetes/features#85](https://github.com/kubernetes/enhancements/issues/85))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.20.md

    ### RuntimeClass feature graduates to General Availability.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 19 21:05:45 UTC 2022
    - 409K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.18.md

    ### Serverside Apply - Beta 2
    
    Server-side Apply was promoted to Beta in 1.16, but is now introducing a second Beta in 1.18. This new version will track and manage changes to fields of all new Kubernetes objects, allowing you to know what changed your resources and when.
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 16 17:18:28 UTC 2021
    - 373.2K bytes
    - Viewed (0)
  10. RELEASE.md

                    * `TfLiteInterpreterSetBufferHandle`
                * `tensorflow/lite/c/c_api_opaque.h`:
                    * `TfLiteOpaqueTensorSetAllocationTypeToDynamic`
            * API functions promoted from experimental to stable:
                * `tensorflow/lite/c/c_api.h`:
                    * `TfLiteInterpreterOptionsEnableCancellation`
                    * `TfLiteInterpreterCancel`
        * C++ API:
    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