Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Decomposes (0.14 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

            }
            return %0 : tensor<i32>
          }
        ```
      }];
    }
    
    def DecomposeReduceDatasetPass : Pass<"tf-decompose-reduce-dataset", "mlir::func::FuncOp"> {
      let summary = "Decomposes ReduceDataset op into dataset operations.";
    
      let description = [{
        Decomposes ReduceDataset op into a while loop that iterates the dataset and calls
        into the reduction function.  This decomposition is only done if the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/_gen/generic.rules

    // is pointless and its constantness is sometimes useful for subsequent optimizations.
    // See issue 56440.
    // Note there are 2 rules here, one for the pre-decomposed []T result and one for
    // the post-decomposed (*T,int,int) result. (The latter is generated after call expansion.)
    (SliceLen (SelectN [0] (StaticLECall {sym} _ newLen:(Const(64|32)) _ _ _ _))) && isSameCall(sym, "runtime.growslice") => newLen
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/ppc64/asm9.go

    	case 63: /* rlwimi/rlwnm/rlwinm [$sh,b],s,[$mask or mb,me],a*/
    		var mb, me uint32
    		if len(p.RestArgs) == 1 { // Mask needs decomposed into mb and me.
    			var valid bool
    			// Note, optab rules ensure $mask is a 32b constant.
    			mb, me, valid = decodeMask32(uint32(p.RestArgs[0].Addr.Offset))
    			if !valid {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  4. doc/go1.17_spec.html

    <p>
    A type determines a set of values together with operations and methods specific
    to those values. A type may be denoted by a <i>type name</i>, if it has one,
    or specified using a <i>type literal</i>, which composes a type from existing types.
    </p>
    
    <pre class="ebnf">
    Type      = TypeName | TypeLit | "(" Type ")" .
    TypeName  = identifier | QualifiedIdent .
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 11 20:22:45 UTC 2024
    - 211.6K bytes
    - Viewed (0)
  5. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    equal, so that the Rays which converged from the Lens towards X, and without Refraction, would there have crossed and diverged again, may by the Refraction of the second Prism be reduced into Parallelism and diverge no more. For then those Rays will recompose a beam of white Light XY. If the refracting Angle of either Prism be the bigger, that Prism must be so much the nearer to the Lens. You will know when the Prisms and the Lens are well set together, by observing if the beam of Light XY, which comes...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
Back to top