Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 26 for opform (0.3 sec)

  1. tensorflow/compiler/mlir/lite/tests/fuse-tftext.mlir

      %0 = "tf.Const"() {value = dense<"Arguments to from_row_splits do not form a valid RaggedTensor:zero"> : tensor<!tf_type.string>} : () -> tensor<!tf_type.string>
      %1 = "tf.Const"() {value = dense<"Condition x == y did not hold element-wise:"> : tensor<!tf_type.string>} : () -> tensor<!tf_type.string>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 460.3K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.14.md

    * kubeadm no longer allows using v1alpha3 configs for anything else than converting them to v1beta1. ([#74025](https://github.com/kubernetes/kubernetes/pull/74025), [@rosti](https://github.com/rosti))
    * Change kubelet metrics to conform metrics guidelines. ([#72470](https://github.com/kubernetes/kubernetes/pull/72470), [@danielqsj](https://github.com/danielqsj))
        * The following metrics are deprecated, and will be removed in a future release:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.29.md

    - In a scheduler with `Permit` plugins, when a Pod is rejected during `WaitOnPermit`, the scheduler records the plugin.
      The scheduler will use the record to honor cluster events and queueing `hints registered` for the plugin, to inform whether to retry the pod. ([#119785](https://github.com/kubernetes/kubernetes/pull/119785), [@sanposhiho](https://github.com/sanposhiho))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssagen/ssa.go

    	{ir.OOR, types.TINT8}:   ssa.OpOr8,
    	{ir.OOR, types.TUINT8}:  ssa.OpOr8,
    	{ir.OOR, types.TINT16}:  ssa.OpOr16,
    	{ir.OOR, types.TUINT16}: ssa.OpOr16,
    	{ir.OOR, types.TINT32}:  ssa.OpOr32,
    	{ir.OOR, types.TUINT32}: ssa.OpOr32,
    	{ir.OOR, types.TINT64}:  ssa.OpOr64,
    	{ir.OOR, types.TUINT64}: ssa.OpOr64,
    
    	{ir.OXOR, types.TINT8}:   ssa.OpXor8,
    	{ir.OXOR, types.TUINT8}:  ssa.OpXor8,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/rewriteARM.go

    	case OpOffPtr:
    		return rewriteValueARM_OpOffPtr(v)
    	case OpOr16:
    		v.Op = OpARMOR
    		return true
    	case OpOr32:
    		v.Op = OpARMOR
    		return true
    	case OpOr8:
    		v.Op = OpARMOR
    		return true
    	case OpOrB:
    		v.Op = OpARMOR
    		return true
    	case OpPanicBounds:
    		return rewriteValueARM_OpPanicBounds(v)
    	case OpPanicExtend:
    		return rewriteValueARM_OpPanicExtend(v)
    	case OpRotateLeft16:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 486.8K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.8.md

    on, set `--fail-swap-on=false`. The experimental flag `--experimental-fail-swap-on` is deprecated in this release, and will be removed in a future release.
    
    * The `autoscaling/v2alpha1` API is now at `autoscaling/v2beta1`. However, the form of the API remains unchanged. Migrate the `HorizontalPodAutoscaler` resources to `autoscaling/v2beta1` to persist the `HorizontalPodAutoscaler` changes introduced in `autoscaling/v2alpha1`. The Horizontal Pod Autoscaler changes include support for...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
  7. src/net/http/h2_bundle.go

    	maxWriteSize uint32 // zero means unlimited; TODO: implement
    
    	w    io.Writer
    	wbuf []byte
    
    	// AllowIllegalWrites permits the Framer's Write methods to
    	// write frames that do not conform to the HTTP/2 spec. This
    	// permits using the Framer to test other HTTP/2
    	// implementations' conformance to the spec.
    	// If false, the Write methods will prefer to return an error
    	// rather than comply.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.27.md

    - When an unsupported PodDisruptionBudget configuration is found, an event and log will be emitted to inform users of the misconfiguration. ([#115861](https://github.com/kubernetes/kubernetes/pull/115861), [@JayKayy](https://github.com/JayKayy)) [SIG Apps]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    // be sliced and the slice needs to be lowered to mhlo.DynamicSlice. In this
    // case, strides must have a known value of 1 (otherwise we have insufficient
    // information to conform to XLA's op semantics).
    //
    // For example with an op like following,
    //   tf.StridedSlice(%input, %begin, %end, %strides) {shrink_axis_mask = 1}
    //     : tensor<AxBxf32> -> tensor<Pxf32>
    //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  10. api/openapi-spec/v3/apis__networking.k8s.io__v1_openapi.json

                  }
                ],
                "description": "Extended data associated with the reason.  Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type.",
                "x-kubernetes-list-type": "atomic"
              },
              "kind": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 04:18:56 UTC 2024
    - 324.8K bytes
    - Viewed (0)
Back to top