Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 36 of 36 for myModel (0.16 sec)

  1. src/runtime/proc.go

    		if trace.ok() {
    			trace.GoDestroySyscall()
    			traceRelease(trace)
    		}
    	}
    
    	// Trash syscalltick so that it doesn't line up with mp.old.syscalltick anymore.
    	//
    	// In the new tracer, we model needm and dropm and a goroutine being created and
    	// destroyed respectively. The m then might get reused with a different procid but
    	// still with a reference to oldp, and still with the same syscalltick. The next
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  2. cluster/gce/gci/configure-helper.sh

        if [ -e "${ssd}" ]; then
          # This workaround to find if the NVMe device is a local SSD is required
          # because the existing Google images does not them in /dev/disk/by-id
          if [[ "$(lsblk -o MODEL -dn "${ssd}")" == "nvme_card" ]]; then
            devices+=("${ssd}")
          fi
        fi
      done
      if [ "${#devices[@]}" -eq 0 ]; then
        echo "No local NVMe SSD disks found."
        return
      fi
    
    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. src/net/http/server.go

    func (w *response) sendExpectationFailed() {
    	// TODO(bradfitz): let ServeHTTP handlers handle
    	// requests with non-standard expectation[s]? Seems
    	// theoretical at best, and doesn't fit into the
    	// current ServeHTTP model anyway. We'd need to
    	// make the ResponseWriter an optional
    	// "ExpectReplier" interface or something.
    	//
    	// For now we'll just obey RFC 7231 5.1.1 which says
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/tests/ops.mlir

      %0 = "tfl.reshape"(%arg0, %cst) : (tensor<3x4xi32>, tensor<3xi32>) -> tensor<1x3x4xi32>
      func.return %0 : tensor<1x3x4xi32>
    }
    
    // -----
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 189.2K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    multiCluster: # Set to true to connect two kubernetes clusters via their respective # ingressgateway services when pods in each cluster cannot directly # talk to one another. All clusters should be using Istio mTLS and must # have a shared root CA for this model to work. enabled: false # Should be set to the name of the cluster this installation will run in. This is required for sidecar injection # to properly label proxies clusterName: "" # The suffix for global service names globalDomainSuffix: "global"...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  6. src/encoding/json/testdata/code.json.gz

    ecksum","kids":[],"cl_weight":0.0014346856765385886,"touches":2,"min_t":1228948796,"max_t":1229478785,"mean_t":1229213790}],"cl_weight":0.006151064579589676,"touches":3,"min_t":1228948796,"max_t":1236205616,"mean_t":1231544399},{"name":"rendering-model","kids":[{"name":"004-expected.png","kids":[],"cl_weight":0.0011368143551917333,"touches":2,"min_t":1228948796,"max_t":1236205616,"mean_t":1232577206},{"name":"003-expected.png","kids":[],"cl_weight":0.0011368143551917333,"touches":2,"min_t":12289...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
Back to top