Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for pirates (0.16 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        } else if (align == "LEFT_LEFT") {
          superdiagonal_align = kLeft;
          subdiagonal_align = kLeft;
        } else {
          return failure();  // unsupported alignment
        }
    
        // MatrixDiagPart operates on a matrix of shape [I, J, ..., L, M, N], and
        // will extract the diagonal(s) out of [M, N], for all [I, J, ..., L].
        if (!input_type || !input_type.hasStaticShape()) return failure();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssagen/ssa.go

    	add := func(pkg, fn string, b intrinsicBuilder, archs ...*sys.Arch) {
    		for _, a := range archs {
    			intrinsics[intrinsicKey{a, pkg, fn}] = b
    		}
    	}
    	// addF does the same as add but operates on architecture families.
    	addF := func(pkg, fn string, b intrinsicBuilder, archFamilies ...sys.ArchFamily) {
    		m := 0
    		for _, f := range archFamilies {
    			if f >= 32 {
    				panic("too many architecture families")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top