Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 94 of 94 for id_1 (0.1 sec)

  1. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

        }) {is_stateless = true}
        return %0
      }
    ```
    (the first result can be removed along with its defining op `tf.OpB`).
    
    ### `-tf-replica-id-to-device-ordinal`
    
    _Set device ordinal with replica id_
    
    This pass sets the device ordinal attribute of the ops using the replica id
    attribute. This is run immediately after the replica_to_island pass which
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
  2. src/cmd/cgo/gcc.go

    	var b bytes.Buffer
    	b.WriteString(builtinProlog)
    	b.WriteString(f.Preamble)
    
    	for i, n := range names {
    		fmt.Fprintf(&b, "#line %d \"not-declared\"\n"+
    			"void __cgo_f_%d_1(void) { __typeof__(%s) *__cgo_undefined__1; }\n"+
    			"#line %d \"not-type\"\n"+
    			"void __cgo_f_%d_2(void) { %s *__cgo_undefined__2; }\n"+
    			"#line %d \"not-int-const\"\n"+
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 97K bytes
    - Viewed (0)
  3. src/internal/trace/traceviewer/static/trace_viewer_full.html

    Counter.prototype={__proto__:tr.model.EventContainer.prototype,get parent(){return this.parent_;},get id(){return this.id_;},get category(){return this.category_;},get name(){return this.name_;},*childEvents(){},*childEventContainers(){yield*this.series;},set timestamps(arg){throw...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (1)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = "Joins a string Tensor across the given dimensions.";
    
      let description = [{
    Computes the string join across dimensions in the given string Tensor of shape
    `[\\(d_0, d_1, ..., d_{n-1}\\)]`.  Returns a new Tensor created by joining the input
    strings with the given separator (default: empty string).  Negative indices are
    counted backwards from the end, with `-1` being equivalent to `n - 1`.  If
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top