Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for runNames (0.18 sec)

  1. src/reflect/value.go

    			}
    			rc.ch = ch.pointer()
    			rc.typ = toRType(&tt.Type)
    			rc.val = unsafe_New(tt.Elem)
    		}
    	}
    
    	chosen, recvOK = rselect(runcases)
    	if runcases[chosen].dir == SelectRecv {
    		tt := (*chanType)(unsafe.Pointer(runcases[chosen].typ))
    		t := tt.Elem
    		p := runcases[chosen].val
    		fl := flag(t.Kind())
    		if t.IfaceIndir() {
    			recv = Value{t, p, fl | flagIndir}
    		} else {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  2. cluster/gce/gci/configure-helper.sh

    [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.runc.options]
      SystemdCgroup = ${systemdCgroup}
    EOF
    
      if [[ "${CONTAINER_RUNTIME_TEST_HANDLER:-}" == "true" ]]; then
      cat >> "${config_path}" <<EOF
    # Setup a runtime with the magic name ("test-handler") used for Kubernetes
    # runtime class tests ...
    [plugins."io.containerd.grpc.v1.cri".containerd.runtimes.test-handler]
      runtime_type = "io.containerd.runc.v2"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.5.md

      - ConfigMaps
    - Simplified Cluster Deployment
      - Improvements to `kubeadm`
      - HA Setup for Master
    - Node Robustness and Extensibility
      - Windows Server Container support
      - CRI for pluggable container runtimes
      - `kubelet` API supports authentication and authorization
    
    ## Features
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  4. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    git-pages.rit.edu
    
    // Rocky Enterprise Software Foundation : https://resf.org
    // Submitted by Neil Hanlon <******@****.***>
    rocky.page
    
    // Rusnames Limited: http://rusnames.ru/
    // Submitted by Sergey Zotov <admin@rusnames.ru>
    биз.рус
    ком.рус
    крым.рус
    мир.рус
    мск.рус
    орг.рус
    самара.рус
    сочи.рус
    спб.рус
    я.рус
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

        uint32_t opcode_index = GetOpcodeIndex(op_name, *builtin_code);
    
        // If this is TransposeConv we need to do a special case of ignoring the
        // optional tensor, to allow newly created models to run on old runtimes.
        if (*builtin_code == tflite::BuiltinOperator_TRANSPOSE_CONV) {
          if (operands.size() == 4 && operands.at(3) == -1) {
            operands.pop_back();
          }
        }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
Back to top