Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 57 for includedIf (0.2 sec)

  1. CHANGELOG/CHANGELOG-1.5.md

      - [Changelog since v1.5.0-beta.3](#changelog-since-v150-beta3)
        - [Other notable changes](#other-notable-changes-7)
        - [Previous Releases Included in v1.5.0](#previous-releases-included-in-v150)
    - [v1.5.0-beta.3](#v150-beta3)
      - [Downloads for v1.5.0-beta.3](#downloads-for-v150-beta3)
        - [Client Binaries](#client-binaries-9)
        - [Server Binaries](#server-binaries-9)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

    whose values are extracted from 'input' starting at the offsets in
    'begin'.
    
    `begin` is zero-based; `size` is one-based. If size[i] is -1, all remaining
    elements in dimension i are included in the slice. In other words, this is
    equivalent to setting:
      size[i] = input.dim_size(i) - begin[i]
    
    *Requirements*:
      0 <= begin[i] <= begin[i] + size[i] <= Di  for i in [0, n)
      }];
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  3. pkg/kubelet/kubelet_pods.go

    		return nil, fmt.Errorf("services have not yet been read at least once, cannot construct envvars")
    	}
    
    	var result []kubecontainer.EnvVar
    	// Note:  These are added to the docker Config, but are not included in the checksum computed
    	// by kubecontainer.HashContainer(...).  That way, we can still determine whether an
    	// v1.Container is already running by its hash. (We don't want to restart a container just
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  4. src/cmd/go/internal/work/exec.go

    			return
    		}
    	}
    
    	// Compute overlays for .c/.cc/.h/etc. and if there are any overlays
    	// put correct contents of all those files in the objdir, to ensure
    	// the correct headers are included. nonGoOverlay is the overlay that
    	// points from nongo files to the copied files in objdir.
    	nonGoFileLists := [][]string{p.CFiles, p.SFiles, p.CXXFiles, p.HFiles, p.FFiles}
    OverlayLoop:
    	for _, fs := range nonGoFileLists {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				"self.withUnknownList[0] != self.withUnknownList[1]",
    				"self.withUnknownList[1] == self.withUnknownList[2]",
    				"self.withUnknownList[3] == self.withUnknownList[4]",
    
    				// fields specified on the object schema that are unknown because the field's schema is unknown are also included equality checks
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  6. cmd/admin-handlers.go

    				healthInfo.Sys.SysServices = append(healthInfo.Sys.SysServices, ss)
    			}
    			partialWrite(healthInfo)
    		}
    	}
    
    	// collect all realtime metrics except disk
    	// disk metrics are already included under drive info of each server
    	getRealtimeMetrics := func() *madmin.RealtimeMetrics {
    		var m madmin.RealtimeMetrics
    		var types madmin.MetricType = madmin.MetricsAll &^ madmin.MetricsDisk
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 98K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The end-user documentation included with the redistribution, if any, must include the following acknowledgment: "This product includes software developed by the Indiana University Extreme! Lab (http://www.extreme.indiana.edu/)." Alternately, this acknowledgment may appear in the software...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Oct 16 20:15:40 UTC 2007
    - 200.2K bytes
    - Viewed (0)
  8. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The end-user documentation included with the redistribution, if any, must include the following acknowledgment: "This product includes software developed by the Indiana University Extreme! Lab (http://www.extreme.indiana.edu/)." Alternately, this acknowledgment may appear in the software...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Oct 02 08:41:25 UTC 2022
    - 200.2K bytes
    - Viewed (0)
  9. src/debug/elf/elf.go

    	// default library search paths.
    	DF_1_NODEFLIB DynFlag1 = 0x00000800
    	// Indicates that this object is not dumped by dldump. Candidates are objects
    	// with no relocations that might get included when generating alternative
    	// objects using.
    	DF_1_NODUMP DynFlag1 = 0x00001000
    	// Identifies this object as a configuration alternative object generated by
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  10. cluster/gce/gci/configure-helper.sh

      if [[ "${ENABLE_NODE_LOGGING:-}" == "true" ]] && \
         [[ "${LOGGING_DESTINATION:-}" == "elasticsearch" ]] && \
         [[ "${ENABLE_CLUSTER_LOGGING:-}" == "true" ]]; then
        echo "fluentd-elasticsearch addon is no longer included here. Terminate cluster initialization."
        echo "The addon can be installed from https://github.com/kubernetes-sigs/instrumentation-addons"
        exit 1
      fi
      if [[ "${ENABLE_NODE_LOGGING:-}" == "true" ]] && \
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
Back to top