Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 56 for Xadd (0.15 sec)

  1. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

      // number of input operands could vary. Gets the min/max number of
      // operands from tflite op name.
      // Also, since the above code special-handles the `tfl.reshape` op and add an
      // additional input, we put these function block here.
      llvm::MinMax input_min_max = mlir::OperandNumbersMinMax(op_name);
      int input_max_num = input_min_max.Max;
      int op_input_num = op_state.operands.size();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
  2. pkg/controller/daemon/daemon_controller.go

    		return
    	}
    
    	// Delete expectations for the DaemonSet so if we create a new one with the same name it starts clean
    	dsc.expectations.DeleteExpectations(logger, key)
    
    	dsc.queue.Add(key)
    }
    
    // Run begins watching and syncing daemon sets.
    func (dsc *DaemonSetsController) Run(ctx context.Context, workers int) {
    	defer utilruntime.HandleCrash()
    
    	dsc.eventBroadcaster.StartStructuredLogging(3)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  3. src/crypto/tls/handshake_server_test.go

    				if *fast {
    					clientConn.SetWriteDeadline(time.Now().Add(1 * time.Second))
    				} else {
    					clientConn.SetWriteDeadline(time.Now().Add(1 * time.Minute))
    				}
    				clientConn.Write(b)
    				continue
    			}
    			bb := make([]byte, len(b))
    			if *fast {
    				clientConn.SetReadDeadline(time.Now().Add(1 * time.Second))
    			} else {
    				clientConn.SetReadDeadline(time.Now().Add(1 * time.Minute))
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 64.7K bytes
    - Viewed (0)
  4. src/cmd/link/internal/ld/elf.go

    		s.AddUint32(arch, uint32(val))
    	}
    }
    
    func Elfwritedynentsymplus(ctxt *Link, s *loader.SymbolBuilder, tag elf.DynTag, t loader.Sym, add int64) {
    	if elf64 {
    		s.AddUint64(ctxt.Arch, uint64(tag))
    	} else {
    		s.AddUint32(ctxt.Arch, uint32(tag))
    	}
    	s.AddAddrPlus(ctxt.Arch, t, add)
    }
    
    func elfwritedynentsymsize(ctxt *Link, s *loader.SymbolBuilder, tag elf.DynTag, t loader.Sym) {
    	if elf64 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 13:29:54 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  5. pkg/kubelet/server/server_test.go

    	content := string(`<pre><a href="kubelet.log">kubelet.log</a><a href="google.log">google.log</a></pre>`)
    
    	fw.fakeKubelet.logFunc = func(w http.ResponseWriter, req *http.Request) {
    		w.WriteHeader(http.StatusOK)
    		w.Header().Add("Content-Type", "text/html")
    		w.Write([]byte(content))
    	}
    
    	resp, err := http.Get(fw.testHTTPServer.URL + "/logs/")
    	if err != nil {
    		t.Fatalf("Got error GETing: %v", err)
    	}
    	defer resp.Body.Close()
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  6. subprojects/core-api/src/main/java/org/gradle/api/Project.java

     *
     * <h3>Tasks</h3>
     *
     * <p>A project is essentially a collection of {@link Task} objects. Each task performs some basic piece of work, such
     * as compiling classes, or running unit tests, or zipping up a WAR file. You add tasks to a project using one of the
     * {@code create()} methods on {@link TaskContainer}, such as {@link TaskContainer#create(String)}.  You can locate existing
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
  7. pilot/pkg/config/kube/gateway/conversion.go

    	return resp
    }
    
    func createHeadersFilter(filter *k8s.HTTPHeaderFilter) *istio.Headers_HeaderOperations {
    	if filter == nil {
    		return nil
    	}
    	return &istio.Headers_HeaderOperations{
    		Add:    headerListToMap(filter.Add),
    		Remove: filter.Remove,
    		Set:    headerListToMap(filter.Set),
    	}
    }
    
    // nolint: unparam
    func createMethodMatch(match k8s.HTTPRouteMatch) (*istio.StringMatch, *ConfigError) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/_gen/PPC64.rules

    // license that can be found in the LICENSE file.
    
    // GOPPC64 values indicate power8, power9, etc.
    // That means the code is compiled for that target,
    // and will not run on earlier targets.
    //
    (Add(Ptr|64|32|16|8) ...) => (ADD ...)
    (Add64F ...) => (FADD ...)
    (Add32F ...) => (FADDS ...)
    
    (Sub(Ptr|64|32|16|8) ...) => (SUB ...)
    (Sub32F ...) => (FSUBS ...)
    (Sub64F ...) => (FSUB ...)
    
    (Min(32|64)F x y) && buildcfg.GOPPC64 >= 9 => (XSMINJDP x y)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 53.2K bytes
    - Viewed (0)
  9. pkg/kube/inject/testdata/inputs/enable-core-dump.yaml.5.template.gen.yaml

              privileged: {{ .Values.global.proxy.privileged }}
              capabilities:
            {{- if not (or .Values.pilot.cni.enabled .Values.istio_cni.enabled) }}
                add:
                - NET_ADMIN
                - NET_RAW
            {{- end }}
                drop:
                - ALL
            {{- if not (or .Values.pilot.cni.enabled .Values.istio_cni.enabled) }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inputs/hello-existing-cncf-networks-json.yaml.16.template.gen.yaml

              privileged: {{ .Values.global.proxy.privileged }}
              capabilities:
            {{- if not (or .Values.pilot.cni.enabled .Values.istio_cni.enabled) }}
                add:
                - NET_ADMIN
                - NET_RAW
            {{- end }}
                drop:
                - ALL
            {{- if not (or .Values.pilot.cni.enabled .Values.istio_cni.enabled) }}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
Back to top