Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for 0b0190 (0.17 sec)

  1. src/cmd/asm/internal/asm/testdata/amd64enc.s

    	XCHGQ AX, DX                            // 4892
    	XCHGQ AX, R11                           // 4993
    	XEND                                    // 0f01d5
    	XGETBV                                  // 0f01d0
    	XLAT                                    // d7
    	XORB $7, AL                             // 3407
    	XORW $61731, AX                         // 663523f1
    	XORL $4045620583, AX                    // 35674523f1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 08 21:38:44 UTC 2021
    - 581.9K bytes
    - Viewed (0)
  2. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    0AFA..0AFF    ; valid                                  # 10.0 GUJARATI SIGN SUKUN..GUJARATI SIGN TWO-CIRCLE NUKTA ABOVE
    0B00          ; disallowed                             # NA   <reserved-0B00>
    0B01..0B03    ; valid                                  # 1.1  ORIYA SIGN CANDRABINDU..ORIYA SIGN VISARGA
    0B04          ; disallowed                             # NA   <reserved-0B04>
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    def TF_BucketizeOp : TF_Op<"Bucketize", [Pure, SameOperandsAndResultShape]> {
      let summary = "Bucketizes 'input' based on 'boundaries'.";
    
      let description = [{
    For example, if the inputs are
        boundaries = [0, 10, 100]
        input = [[-5, 10000]
                 [150,   10]
                 [5,    100]]
    
    then the output will be
        output = [[0, 3]
                  [3, 2]
                  [1, 3]]
      }];
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top