Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 59 for Applied (0.28 sec)

  1. doc/go_spec.html

    <code>min</code> or <code>max</code> applied to constant arguments,
    <code>unsafe.Sizeof</code> applied to <a href="#Package_unsafe">certain values</a>,
    <code>cap</code> or <code>len</code> applied to
    <a href="#Length_and_capacity">some expressions</a>,
    <code>real</code> and <code>imag</code> applied to a complex constant
    and <code>complex</code> applied to numeric constants.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (1)
  2. CHANGELOG/CHANGELOG-1.26.md

    - Fixed vSphere cloud provider not to skip detach volumes from nodes at kube-controller-startup. ([#11724...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.18.md

       2. CacheSize type was changed from int32 to *int32. This allows defaulting logic to differentiate between cases where users explicitly supplied 0 vs. not supplied any value.
       3. KMS Provider's endpoint (path to Unix socket) is now validated when the EncryptionConfiguration files is loaded. This used to be handled by the GRPCService.
    
    ### Other notable changes
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 16 17:18:28 UTC 2021
    - 373.2K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.12.md

        * try to only update vm if detach a non-existing disk when got <200, error> after detach disk operation
    * kubeadm: fix a regression related to taints not being applied from JoinConfiguration ([#79107](https://github.com/kubernetes/kubernetes/pull/79107), [@joerocklin](https://github.com/joerocklin))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 06:04:15 UTC 2020
    - 293.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

            GetI64ElementsAttr(padding_interm, &rewriter));
        return success();
      }
    };
    
    /// Converts the RangeOp tensorflow op to a mhlo.iota op with a scaling and
    /// offset applied to generate the range values. The output tensor needs to
    /// have a static shape.
    ///
    /// For example an op like the following:
    ///   %result = "tf.Range"(%start, %limit, %delta) {Tidx = "tfdtype$DT_FLOAT"}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.27.md

      - `PodStatus.Resize` status describes the state of a requested Pod resize.
      - `PodStatus.ResourcesAllocated` describes node resources allocated to Pod.
      - `PodStatus.Resources` describes node resources applied to running containers by CRI.
      - `UpdateContainerResources` CRI API now supports both Linux and Windows. ([#102884](https://github.com/kubernetes/kubernetes/pull/102884), [@vinaykul](https://github.com/vinaykul))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  7. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	if x != nil {
    		return x.IngressClass
    	}
    	return ""
    }
    
    // Controls whether Istio policy is applied to Pilot.
    type PilotPolicyConfig struct {
    	state         protoimpl.MessageState
    	sizeCache     protoimpl.SizeCache
    	unknownFields protoimpl.UnknownFields
    
    	// Controls whether Istio policy is applied to Pilot.
    	Enabled *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.14.md

    - Introduced dynamic volume provisioning shim for CSI migration ([#73653](https://github.com/kubernetes/kubernetes/pull/73653), [@ddebroy](https://github.com/ddebroy))
    - Applied resources from a directory containing kustomization.yaml ([#74140](https://github.com/kubernetes/kubernetes/pull/74140), [@Liujingfang1](https://github.com/Liujingfang1))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

    // CHECK-SAME: %[[INPUT:[a-z0-9]+]]: tensor<2x4x8x16x32x64xf32>
    func.func @strided_slice_ellipsis_mask(%input: tensor<2x4x8x16x32x64xf32>) {
      // For StridedSlice input[1, ..., 8:, :10, 2:6:2]
      // The ellipsis mask is applied to dim #1, #2, i.e, we get canonicalized
      // slice input[1, :, :, 8:, :10, 2:6:2]
    
      // The start, limit indices and strides attributes of mhlo.slice would
      // reflect the canonicalized slice.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  10. CHANGELOG/CHANGELOG-1.22.md

    ### Quality of Service for memory resources
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
Back to top