Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for lamp (0.08 sec)

  1. doc/go_spec.html

    </p>
    <pre class="grammar">
    +    &amp;     +=    &amp;=     &amp;&amp;    ==    !=    (    )
    -    |     -=    |=     ||    &lt;     &lt;=    [    ]
    *    ^     *=    ^=     &lt;-    &gt;     &gt;=    {    }
    /    &lt;&lt;    /=    &lt;&lt;=    ++    =     :=    ,    ;
    %    &gt;&gt;    %=    &gt;&gt;=    --    !     ...   .    :
         &amp;^          &amp;^=          ~
    </pre>
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 21:07:21 UTC 2024
    - 281.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

    func.func @clip_dynamic(%arg0 : tensor<?xf32>, %arg1 : tensor<?xf32>, %arg2 : tensor<?xf32>) -> tensor<?xf32> {
      // CHECK-DAG: [[CLAMP:%.+]] = mhlo.clamp %arg1, %arg0, %arg2
      %0 = "tf.ClipByValue"(%arg0, %arg1, %arg2) : (tensor<?xf32>, tensor<?xf32>, tensor<?xf32>) -> tensor<?xf32>
    
      // CHECK: return [[CLAMP]]
      func.return %0 : tensor<?xf32>
    }
    
    // -----
    
    // CHECK-LABEL: @clip_static_broadcast
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/arch/x86/x86asm/tables.go

    	/*13383*/ uint16(xCondDataSize), 13387, 13391, 0,
    	/*13387*/ uint16(xSetOp), uint16(LJMP),
    	/*13389*/ uint16(xArgM16colon16),
    	/*13390*/ uint16(xMatch),
    	/*13391*/ uint16(xSetOp), uint16(LJMP),
    	/*13393*/ uint16(xArgM16colon32),
    	/*13394*/ uint16(xMatch),
    	/*13395*/ uint16(xCondDataSize), 13387, 13391, 13399,
    	/*13399*/ uint16(xSetOp), uint16(LJMP),
    	/*13401*/ uint16(xArgM16colon64),
    	/*13402*/ uint16(xMatch),
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 16 22:24:28 UTC 2022
    - 266.8K bytes
    - Viewed (0)
  4. samples/bookinfo/src/productpage/static/tailwind/tailwind.css

    order-box"},".box-content":{"box-sizing":"content-box"}})},lineClamp:({matchUtilities:i,addUtilities:e,theme:t})=>{i({"line-clamp":r=>({overflow:"hidden",display:"-webkit-box","-webkit-box-orient":"vertical","-webkit-line-clamp":`${r}`})},{values:t("lineClamp")}),e({".line-clamp-none":{overflow:"visible",display:"block","-webkit-box-orient":"horizontal","-webkit-line-clamp":"none"}})},display:({addUtilities:i})=>{i({".block":{display:"block"},".inline-block":{display:"inline-block"},".inline":{d...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 28 14:48:01 UTC 2024
    - 357.1K bytes
    - Viewed (1)
  5. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

                          &reduce_window_op.getBody());
    
        rewriter.replaceOp(op, reduce_window_op.getResults());
    
        return success();
      }
    };
    
    // Converts ClipByValue to XLA's clamp operation. Includes the broadcasting
    // semantics for static and dynamic cases.
    class ConvertClipByValueOp : public OpRewritePattern<TF::ClipByValueOp> {
     public:
      using OpRewritePattern::OpRewritePattern;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  6. src/regexp/testdata/re2-exhaustive.txt.bz2

    �d��lQLQFp�u����bz��`�[�;g.��$�F!6�I�L�d�H�F�۵�m�n��Z�e)YU��k%KJ[J�`�`�1+� m�kz�:VԖK*� �11�,���b�QE-Q���,��m��QFƤ��SmXJBM,3+(ը�BY�mEaJ�I�iǩ[Fnf��,����lh�e�Cp�!&hs��H�H���Fۛ ����ٷ��cNiq���S�f�Cdb6CCb6��@@�^�c h c0��amP(4�4PX����h0`ڌ5�T%BBkT�Adh$"Y�TX�h@cRl�جh��K�5�����E�1F5���Ѭl���EcV5�)��Z��m���շ���KRF 2b4h�mZ�5f� pv6��fյ2�$���cU��hI[���ְR���1���تA�;fUj�U�i+h6�[X6��6&نsm�i 2dh��0���0�f��d�&#L �6�fH��ȍ�sM&��m��-R��F&�Z*X��Uef�� �2C...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 13 14:52:20 UTC 2021
    - 418.2K bytes
    - Viewed (0)
Back to top