Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 37 of 37 for capturing (0.25 sec)

  1. tensorflow/compiler/mlir/tensorflow/g3doc/tf_dialects.md

    `tf_executor.island` operation. If any operand is dead, the region is not
    executed and dead values are immediately returned for every result.
    
    ```mlir {.mlir}
    // The island is capturing implicitly %0 and %1. It is also taking a control
    // dependency %ctl0 as input. It produces a tensor<*xf32> value matching the
    // argument of the yield terminator, as well as an extra control token.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 13 16:33:28 UTC 2021
    - 16K bytes
    - Viewed (0)
  2. src/internal/coverage/cfile/emit.go

    		return false
    	}
    	return cgran != g
    }
    
    // prepareForMetaEmit performs preparatory steps needed prior to
    // emitting a meta-data file, notably computing a final hash of
    // all meta-data blobs and capturing os args.
    func prepareForMetaEmit() ([]rtcov.CovMetaBlob, error) {
    	// Ask the runtime for the list of coverage meta-data symbols.
    	ml := rtcov.Meta.List
    
    	// In the normal case (go build -o prog.exe ... ; ./prog.exe)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:57:47 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/xla_launch_util.cc

                future));
      }
    
      // We need to ensure the PjRtBuffers owned by `owned_executable_args` live
      // until execution is complete. We do this by capturing
      // `owned_executable_args` by move, so it is owned by the lambda
      // that is executed when the future returned by ExecutePortable/ExecuteSharded
      // is ready i.e. when the execution is complete.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 00:36:08 UTC 2024
    - 40.4K bytes
    - Viewed (0)
  4. src/cmd/vendor/github.com/google/pprof/profile/legacy_profile.go

    	// 0x40000-0x80000 /path/to/binary      (@FF00)            abc123456
    	spaceDigits = `\s+[[:digit:]]+`
    	hexPair     = `\s+[[:xdigit:]]+:[[:xdigit:]]+`
    	oSpace      = `\s*`
    	// Capturing expressions.
    	cHex           = `(?:0x)?([[:xdigit:]]+)`
    	cHexRange      = `\s*` + cHex + `[\s-]?` + oSpace + cHex + `:?`
    	cSpaceString   = `(?:\s+(\S+))?`
    	cSpaceHex      = `(?:\s+([[:xdigit:]]+))?`
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 18:58:12 UTC 2022
    - 32.8K bytes
    - Viewed (0)
  5. pilot/pkg/serviceregistry/kube/controller/controller.go

    	// ClusterAliases are alias names for cluster. When a proxy connects with a cluster ID
    	// and if it has a different alias we should use that a cluster ID for proxy.
    	ClusterAliases map[string]string
    
    	// Metrics for capturing node-based metrics.
    	Metrics model.Metrics
    
    	// XDSUpdater will push changes to the xDS server.
    	XDSUpdater model.XDSUpdater
    
    	// MeshNetworksWatcher observes changes to the mesh networks config.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 41.2K bytes
    - Viewed (0)
  6. platforms/core-configuration/kotlin-dsl-provider-plugins/src/main/kotlin/org/gradle/kotlin/dsl/provider/plugins/precompiled/tasks/GeneratePrecompiledScriptPluginAccessors.kt

    class ThreadLocalCapturePrintStream(originalOutput: PrintStream) : PrintStream(originalOutput) {
    
        val captureOutput = ByteArrayOutputStream()
    
        private
        var isCapturing: ThreadLocal<Boolean>? = ThreadLocal.withInitial { false }
    
        init {
            isCapturing!!.set(true)
        }
    
        override fun write(buf: ByteArray, off: Int, len: Int) = safely {
            if (doCapture) captureOutput.write(buf, off, len)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 08:10:49 UTC 2024
    - 24.8K bytes
    - Viewed (0)
  7. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    career careers cargo.aero carrara-massa.it carraramassa.it carrd.co carrier.museum cars cartoonart.museum casa casacam.net casadelamoneda.museum case caserta.it cash casino casino.hu castle.museum castres.museum cat cat.ax catania.it catanzaro.it catering catering.aero catfood.jp catholic catholic.edu.au caxias.br cb.it cba cbg.ru cbn cbre cbs cc cc.ak.us cc.al.us cc.ar.us cc.as.us cc.az.us cc.ca.us cc.co.us cc.ct.us cc.dc.us cc.de.us cc.fl.us cc.ga.us cc.gu.us cc.hi.us cc.hn cc.ia.us cc.id.us cc.il.us...
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 40.4K bytes
    - Viewed (0)
Back to top