Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for isInert (0.09 sec)

  1. src/vendor/golang.org/x/text/unicode/norm/forminfo.go

    	// TODO: loosen these conditions.
    	return p.isInert()
    }
    
    // We pack quick check data in 4 bits:
    //
    //	5:    Combines forward  (0 == false, 1 == true)
    //	4..3: NFC_QC Yes(00), No (10), or Maybe (11)
    //	2:    NFD_QC Yes (0) or No (1). No also means there is a decomposition.
    //	1..0: Number of trailing non-starters.
    //
    // When all 4 bits are zero, the character is inert, meaning it is never
    // influenced by normalization.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 10 18:59:52 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/text/unicode/norm/forminfo.go

    	// TODO: loosen these conditions.
    	return p.isInert()
    }
    
    // We pack quick check data in 4 bits:
    //
    //	5:    Combines forward  (0 == false, 1 == true)
    //	4..3: NFC_QC Yes(00), No (10), or Maybe (11)
    //	2:    NFD_QC Yes (0) or No (1). No also means there is a decomposition.
    //	1..0: Number of trailing non-starters.
    //
    // When all 4 bits are zero, the character is inert, meaning it is never
    // influenced by normalization.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/lite/stablehlo/transforms/optimize_layout.cc

                                                        ArrayRef<int64_t> perm,
                                                        bool isInvert) {
      SmallVector<int64_t, 4> permutedShape = applyPermutation(
          type.getShape(), isInvert ? invertPermutationVector(perm) : perm);
      return RankedTensorType::get(permutedShape, type.getElementType());
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 21:59:06 UTC 2024
    - 8.6K bytes
    - Viewed (0)
Back to top