Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 24 for plfeature (0.49 sec)

  1. api/openapi-spec/v3/apis__batch__v1_openapi.json

              },
              "resources": {
                "allOf": [
                  {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

      return tensorflow::GetTypeFromTFTensorShape({dim}, b.getIndexType());
    }
    
    // Given a value (broadcast_to) and a feature dimension, broadcasts a 1D
    // value (broadcast_from) along that feature dimension. This is a shortcut
    // for the cases where a 1D tensor must be broadcast along a specific feature
    // dimension, which can vary based on data layout, etc.
    //
    // The extent of `broadcast_from` dim0 must be equal to the extent of the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation/validation_test.go

    	"k8s.io/apimachinery/pkg/util/validation/field"
    	"k8s.io/apimachinery/pkg/util/version"
    	"k8s.io/apiserver/pkg/cel/environment"
    	"k8s.io/apiserver/pkg/cel/library"
    	utilfeature "k8s.io/apiserver/pkg/util/feature"
    	featuregatetesting "k8s.io/component-base/featuregate/testing"
    	"k8s.io/utils/pointer"
    	"k8s.io/utils/ptr"
    )
    
    type validationMatch struct {
    	path           *field.Path
    	errorType      field.ErrorType
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 349.4K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation.go

    	"k8s.io/apimachinery/pkg/util/intstr"
    	"k8s.io/apimachinery/pkg/util/sets"
    	"k8s.io/apimachinery/pkg/util/validation"
    	"k8s.io/apimachinery/pkg/util/validation/field"
    	utilfeature "k8s.io/apiserver/pkg/util/feature"
    	utilsysctl "k8s.io/component-helpers/node/util/sysctl"
    	schedulinghelper "k8s.io/component-helpers/scheduling/corev1"
    	kubeletapis "k8s.io/kubelet/pkg/apis"
    	apiservice "k8s.io/kubernetes/pkg/api/service"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  5. ChangeLog.md

    - [`KT-63670`](https://youtrack.jetbrains.com/issue/KT-63670) Implement platform specific declaration clash diagnostics across all backends
    - [`KT-62547`](https://youtrack.jetbrains.com/issue/KT-62547) Introduce a language feature flag for smartcasts based on "memory" variables
    - [`KT-60820`](https://youtrack.jetbrains.com/issue/KT-60820) K1: Empty vararg value is inserted in serialized annotation call with expect default vararg value
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  6. prow/config/calico.yaml

                    description: FeatureDetectOverride is used to override feature detection
                      based on auto-detected platform capabilities.  Values are specified
                      in a comma separated list with no spaces, example; "SNATFullyRandom=true,MASQFullyRandom=false,RestoreSupportsLock=".  "true"
                      or "false" will force the feature, empty or omitted values are auto-detected.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  7. pkg/registry/core/service/storage/storage_test.go

    	genericregistrytest "k8s.io/apiserver/pkg/registry/generic/testing"
    	"k8s.io/apiserver/pkg/registry/rest"
    	etcd3testing "k8s.io/apiserver/pkg/storage/etcd3/testing"
    	utilfeature "k8s.io/apiserver/pkg/util/feature"
    	featuregatetesting "k8s.io/component-base/featuregate/testing"
    	epstest "k8s.io/kubernetes/pkg/api/endpoints/testing"
    	svctest "k8s.io/kubernetes/pkg/api/service/testing"
    	api "k8s.io/kubernetes/pkg/apis/core"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	Addr      SockaddrStorage
    	Flags     uint8
    	Prefixlen uint8
    	Keylen    uint16
    	Ifindex   int32
    	Key       [80]uint8
    }
    
    type HDDriveCmdHdr struct {
    	Command uint8
    	Number  uint8
    	Feature uint8
    	Count   uint8
    }
    
    type HDDriveID struct {
    	Config         uint16
    	Cyls           uint16
    	Reserved2      uint16
    	Heads          uint16
    	Track_bytes    uint16
    	Sector_bytes   uint16
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssagen/ssa.go

    		//  1) Using unsafe you can arrange partial overlaps.
    		//  2) Since Go 1.17, you can use a cast from a slice to a ptr-to-array.
    		//     https://go.dev/ref/spec#Conversions_from_slice_to_array_pointer
    		//     This feature can be used to construct partial overlaps of array types.
    		//       var a [3]int
    		//       p := (*[2]int)(a[:])
    		//       q := (*[2]int)(a[1:])
    		//       *p = *q
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  10. operator/pkg/apis/istio/v1alpha1/values_types.pb.go

    	// Deprecated: Marked as deprecated in pkg/apis/istio/v1alpha1/values_types.proto.
    	Resources *Resources `protobuf:"bytes,9,opt,name=resources,proto3" json:"resources,omitempty"`
    	// Namespace that the configuration management feature is installed into, if different from Pilot namespace.
    	ConfigNamespace string `protobuf:"bytes,10,opt,name=configNamespace,proto3" json:"configNamespace,omitempty"`
    	// Target CPU utilization used in HorizontalPodAutoscaler.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 329.6K bytes
    - Viewed (0)
Back to top