Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 20 for Canonicalize (0.38 sec)

  1. src/cmd/compile/internal/ssa/_gen/PPC64.rules

    (CMPWU x (MOVDconst [c])) && isU16Bit(c) => (CMPWUconst x [int32(c)])
    (CMPWU (MOVDconst [c]) y) && isU16Bit(c) => (InvertFlags (CMPWUconst y [int32(c)]))
    
    // Canonicalize the order of arguments to comparisons - helps with CSE.
    ((CMP|CMPW|CMPU|CMPWU) x y) && canonLessThan(x,y) => (InvertFlags ((CMP|CMPW|CMPU|CMPWU) y x))
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 53.2K bytes
    - Viewed (0)
  2. src/vendor/golang.org/x/net/dns/dnsmessage/message.go

    	oldMsg := msg
    
    	if n.Length > nonEncodedNameMax {
    		return nil, errNameTooLong
    	}
    
    	// Add a trailing dot to canonicalize name.
    	if n.Length == 0 || n.Data[n.Length-1] != '.' {
    		return oldMsg, errNonCanonicalName
    	}
    
    	// Allow root domain.
    	if n.Data[0] == '.' && n.Length == 1 {
    		return append(msg, 0), nil
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Mar 09 00:09:40 UTC 2024
    - 69K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

    _Replace TF BatchMatMul op by TF Einsum op._
    
    ### `-tf-broadcast-fold`
    
    _Fold explicit broadcasts into the following operations if they support implicit broadcasting on their operand._
    
    ### `-tf-canonicalize-compile-and-replicate-attributes`
    
    _Canonicalize compilation and replication attributes._
    
    A pass that converts existing compilation and replication attributes into
    unified attributes. For example, `_tpu_replicate="cluster"` in the
    following code
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/_gen/ARM.rules

    (CMN x (MOVWconst [c])) => (CMNconst [c] x)
    (TST x (MOVWconst [c])) => (TSTconst [c] x)
    (TEQ x (MOVWconst [c])) => (TEQconst [c] x)
    
    (SRR x (MOVWconst [c])) => (SRRconst x [c&31])
    
    // Canonicalize the order of arguments to comparisons - helps with CSE.
    (CMP x y) && canonLessThan(x,y) => (InvertFlags (CMP y x))
    
    // don't extend after proper load
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 20 17:19:36 UTC 2023
    - 90.1K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/_gen/AMD64.rules

    (CMPW (MOVLconst [c]) x) => (InvertFlags (CMPWconst x [int16(c)]))
    (CMPB x (MOVLconst [c])) => (CMPBconst x [int8(c)])
    (CMPB (MOVLconst [c]) x) => (InvertFlags (CMPBconst x [int8(c)]))
    
    // Canonicalize the order of arguments to comparisons - helps with CSE.
    (CMP(Q|L|W|B) x y) && canonLessThan(x,y) => (InvertFlags (CMP(Q|L|W|B) y x))
    
    // Using MOVZX instead of AND is cheaper.
    (AND(Q|L)const [  0xFF] x) => (MOVBQZX x)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 93.9K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/tensor_array_ops_decomposition.mlir

      // expected-error @+1 {{found unexpected type 'tensor<!tf_type.resource<tensor<10x3xf32>>>' of operand #0, resource type operands are expected to have been canonicalized away for region based control flow ops}}
      %1:2 = "tf.WhileRegion"(%ta#0, %size) ({
        ^bb0 (%carg0: tensor<!tf_type.resource>, %carg1: tensor<i32>):
          %pred = "tf._SomeOp"(%carg1) : (tensor<i32>) -> tensor<i1>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 49K bytes
    - Viewed (0)
  7. src/main/java/jcifs/smb/SmbFile.java

         * factored out. An <code>SmbFile</code> constructed with the result of
         * this method will result in an <code>SmbFile</code> that is equal to
         * the original.
         *
         * @return The canonicalized URL of this SMB resource.
         */
        public String getCanonicalPath () {
            return this.fileLocator.getCanonicalURL();
        }
    
    
        /**
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu May 23 01:50:13 UTC 2024
    - 82.3K bytes
    - Viewed (1)
  8. subprojects/core/src/test/groovy/org/gradle/execution/plan/DefaultExecutionPlanParallelTest.groovy

            Task a = task("a", type: AsyncWithOutputDirectory)
            _ * a.outputDirectory >> taskOutput
            Task b = task("b", type: AsyncWithOutputFile)
            // Need to use new File() here, since TestFile.file() canonicalizes the result
            _ * b.outputFile >> new File(symlink, "fileUnderSymlink")
    
            expect:
            // TODO: Should be tasksAreNotExecutedInParallel(a, b)
            tasksAreExecutedInParallel(a, b)
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 22:18:26 UTC 2024
    - 93.5K bytes
    - Viewed (0)
  9. src/cmd/go/internal/modload/init.go

    	}
    }
    
    // fixVersion returns a modfile.VersionFixer implemented using the Query function.
    //
    // It resolves commit hashes and branch names to versions,
    // canonicalizes versions that appeared in early vgo drafts,
    // and does nothing for versions that already appear to be canonical.
    //
    // The VersionFixer sets 'fixed' if it ever returns a non-canonical version.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
  10. src/cmd/link/internal/loader/loader.go

    						}
    						// Dupok symbols may be defined in multiple packages; the
    						// associated package for a dupok sym is chosen sort of
    						// arbitrarily (the first containing package that the linker
    						// loads). Canonicalizes its Pkg to the package with which
    						// it will be laid down in text.
    						if i == 1 /* DupTextSyms2 */ && l.SymPkg(sym) != lib.Pkg {
    							l.SetSymPkg(sym, lib.Pkg)
    						}
    					}
    				}
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
Back to top