Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 81 for S1 (0.11 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

        Pure]> {
      let summary = "Return the shape of s0 op s1 with broadcast.";
    
      let description = [{
    Given `s0` and `s1`, tensors that represent shapes, compute `r0`, the
    broadcasted shape. `s0`, `s1` and `r0` are all integer vectors.
      }];
    
      let arguments = (ins
        TFL_I32OrI64Tensor:$s0,
        TFL_I32OrI64Tensor:$s1
      );
    
      let results = (outs
        TFL_I32OrI64Tensor:$r0
      );
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/rewritePPC64.go

    			break
    		}
    		sym := auxToCall(call.Aux)
    		s1 := call.Args[0]
    		if s1.Op != OpPPC64MOVDstore {
    			break
    		}
    		_ = s1.Args[2]
    		s1_1 := s1.Args[1]
    		if s1_1.Op != OpPPC64MOVDconst {
    			break
    		}
    		sz := auxIntToInt64(s1_1.AuxInt)
    		s2 := s1.Args[2]
    		if s2.Op != OpPPC64MOVDstore {
    			break
    		}
    		_ = s2.Args[2]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 360.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

     public:
      using OpRewritePattern::OpRewritePattern;
      // clang-format off
      // Converts Tile op to HLO DBroadcastInDim and DReshape ops.
      //   For shape [S1, S2] and multiples [M1, M2],
      //     MS1 = M1 * S1; MS2 = M2 * S2
      //
      //   %out_dim_size = [S1, M1, S2, M2]
      //   %broadcast_dimensions = [1, 3];
      //   %broadcast = mhlo.d_broadcast_in_dim(%input, %out_dim_size, %braodcast_dimensions);
      //   %shape = [MS1, MS2]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ssa/_gen/ARM64.rules

    // Arch-specific inlining for small or disjoint runtime.memmove
    (SelectN [0] call:(CALLstatic {sym} s1:(MOVDstore _ (MOVDconst [sz]) s2:(MOVDstore  _ src s3:(MOVDstore {t} _ dst mem)))))
    	&& sz >= 0
    	&& isSameCall(sym, "runtime.memmove")
    	&& s1.Uses == 1 && s2.Uses == 1 && s3.Uses == 1
    	&& isInlinableMemmove(dst, src, sz, config)
    	&& clobber(s1, s2, s3, call)
    	=> (Move [sz] dst src mem)
    
    // Match post-lowering calls, register version.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 113.1K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/_gen/generic.rules

    //
    // Match post-expansion calls, memory version.
    (SelectN [0] call:(StaticCall {sym} s1:(Store _ (Const(64|32) [sz]) s2:(Store  _ src s3:(Store {t} _ dst mem)))))
    	&& sz >= 0
    	&& isSameCall(sym, "runtime.memmove")
    	&& s1.Uses == 1 && s2.Uses == 1 && s3.Uses == 1
    	&& isInlinableMemmove(dst, src, int64(sz), config)
    	&& clobber(s1, s2, s3, call)
    	=> (Move {types.Types[types.TUINT8]} [int64(sz)] dst src mem)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/rewritegeneric.go

    			break
    		}
    		sym := auxToCall(call.Aux)
    		s1 := call.Args[0]
    		if s1.Op != OpStore {
    			break
    		}
    		_ = s1.Args[2]
    		s1_1 := s1.Args[1]
    		if s1_1.Op != OpConst64 {
    			break
    		}
    		sz := auxIntToInt64(s1_1.AuxInt)
    		s2 := s1.Args[2]
    		if s2.Op != OpStore {
    			break
    		}
    		_ = s2.Args[2]
    		src := s2.Args[1]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 18:24:47 UTC 2024
    - 812.2K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/rewriteARM64.go

    			break
    		}
    		sym := auxToCall(call.Aux)
    		s1 := call.Args[0]
    		if s1.Op != OpARM64MOVDstore {
    			break
    		}
    		_ = s1.Args[2]
    		s1_1 := s1.Args[1]
    		if s1_1.Op != OpARM64MOVDconst {
    			break
    		}
    		sz := auxIntToInt64(s1_1.AuxInt)
    		s2 := s1.Args[2]
    		if s2.Op != OpARM64MOVDstore {
    			break
    		}
    		_ = s2.Args[2]
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 15:49:20 UTC 2024
    - 608.6K bytes
    - Viewed (0)
  8. cmd/site-replication.go

    	return SRError{
    		Cause: err,
    		Code:  ErrSiteReplicationConfigMissing,
    	}
    }
    
    func errSRIAMConfigMismatch(peer1, peer2 string, s1, s2 madmin.IDPSettings) SRError {
    	return SRError{
    		Cause: fmt.Errorf("IAM/IDP settings mismatch between %s and %s: %#v vs %#v", peer1, peer2, s1, s2),
    		Code:  ErrSiteReplicationIAMConfigMismatch,
    	}
    }
    
    var errSRObjectLayerNotReady = SRError{
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 184.3K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = "Return the shape of s0 op s1 with broadcast.";
    
      let description = [{
    Given `s0` and `s1`, tensors that represent shapes, compute `r0`, the
    broadcasted shape. `s0`, `s1` and `r0` are all integer vectors.
      }];
    
      let arguments = (ins
        TF_I32OrI64Tensor:$s0,
        TF_I32OrI64Tensor:$s1
      );
    
      let results = (outs
        TF_I32OrI64Tensor:$r0
      );
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  10. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    ia=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(r,n){return r.__proto__=n,r},ia(i,e)}var s1=function(i){n1(e,i);function e(r){var n;return n=i.call(this,r)||this,n.type=r1.PSEUDO,n}var t=e.prototype;return t.toString=function(){var n=this.length?"("+this.map(String).join(",")+")":"";return[this.rawSpaceBefore,this.stringifyProperty("value"),n,this.rawSpaceAfter].join("")},e}(t1.default);Br.default=s1;Jc.exports=Br.default});var Xc={};Ae(Xc,{deprecate:()=>a1});function a1(i){return i}var Kc=C(()=>{l()});var...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
Back to top