Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for regionTypes (0.09 sec)

  1. src/cmd/vendor/golang.org/x/text/internal/language/tables.go

    // for 2-letter ISO codes. (The first isoRegionOffset regionIDs are reserved for
    // the UN.M49 codes used for groups.)
    const isoRegionOffset = 32
    
    // regionTypes defines the status of a region for various standards.
    // Size: 359 bytes, 359 elements
    var regionTypes = [359]uint8{
    	// Entry 0 - 3F
    	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    	0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 153K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

      for (int i = 1; i < kNumRegionTypeLists; ++i)
        if (failed(VerifyTypeRangesAreCompatible(op, input_type, region_types[i])))
          return failure();
    
      for (int i = 0; i < kNumRegionTypeLists; ++i)
        if (failed(VerifyTypeRangesAreCompatible(op, result_type, region_types[i])))
          return failure();
    
      for (int i = 0; i < kNumRegionTypeLists; ++i)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
Back to top