Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 331 for table_1 (0.97 sec)

  1. src/cmd/vendor/golang.org/x/text/unicode/norm/tables12.0.0.go

    // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
    
    //go:build go1.14 && !go1.16
    
    package norm
    
    import "sync"
    
    const (
    	// Version is the Unicode edition from which the tables are derived.
    	Version = "12.0.0"
    
    	// MaxTransformChunkSize indicates the maximum number of bytes that Transform
    	// may need to write atomically for any Form. Making a destination buffer at
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 376.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/text/unicode/norm/tables9.0.0.go

    // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
    
    //go:build !go1.10
    
    package norm
    
    import "sync"
    
    const (
    	// Version is the Unicode edition from which the tables are derived.
    	Version = "9.0.0"
    
    	// MaxTransformChunkSize indicates the maximum number of bytes that Transform
    	// may need to write atomically for any Form. Making a destination buffer at
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 372.5K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/text/unicode/norm/tables13.0.0.go

    // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
    
    //go:build go1.16 && !go1.21
    
    package norm
    
    import "sync"
    
    const (
    	// Version is the Unicode edition from which the tables are derived.
    	Version = "13.0.0"
    
    	// MaxTransformChunkSize indicates the maximum number of bytes that Transform
    	// may need to write atomically for any Form. Making a destination buffer at
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 378.6K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/collect/ImmutableTable.java

      }
    
      /**
       * Returns an immutable copy of the provided table.
       *
       * <p>The {@link Table#cellSet()} iteration order of the provided table determines the iteration
       * ordering of all views in the returned table. Note that some views of the original table and the
       * copied table may have different iteration orders. For more control over the ordering, create a
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 17.5K bytes
    - Viewed (0)
  5. src/cmd/vendor/rsc.io/markdown/tables.go

    	"iframe",
    	"legend",
    	"li",
    	"link",
    	"main",
    	"menu",
    	"menuitem",
    	"nav",
    	"noframes",
    	"ol",
    	"optgroup",
    	"option",
    	"p",
    	"param",
    	"section",
    	"source",
    	"summary",
    	"table",
    	"tbody",
    	"td",
    	"tfoot",
    	"th",
    	"thead",
    	"title",
    	"tr",
    	"track",
    	"ul",
    }
    
    var htmlEscaper = strings.NewReplacer(
    	"\"", "&quot;",
    	"&", "&amp;",
    	"<", "&lt;",
    	">", "&gt;",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/text/internal/language/compact/tables.go

    // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
    
    package compact
    
    import "golang.org/x/text/internal/language"
    
    // CLDRVersion is the CLDR version from which the tables in this package are derived.
    const CLDRVersion = "32"
    
    // NumCompactTags is the number of common tags. The maximum tag is
    // NumCompactTags-1.
    const NumCompactTags = 775
    const (
    	undIndex          ID = 0
    	afIndex           ID = 1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 31.4K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/text/language/tables.go

    // Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.
    
    package language
    
    // CLDRVersion is the CLDR version from which the tables in this package are derived.
    const CLDRVersion = "32"
    
    const (
    	_de  = 269
    	_en  = 313
    	_fr  = 350
    	_it  = 505
    	_mo  = 784
    	_no  = 879
    	_nb  = 839
    	_pt  = 960
    	_sh  = 1031
    	_mul = 806
    	_und = 0
    )
    const (
    	_001 = 1
    	_419 = 31
    	_BR  = 65
    	_CA  = 73
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 14.2K bytes
    - Viewed (0)
  8. pkg/apis/core/v1/helper/helpers_test.go

    			args: args{
    				topologySelectorTerms: []v1.TopologySelectorTerm{
    					{
    						MatchLabelExpressions: []v1.TopologySelectorLabelRequirement{{
    							Key:    "label_1",
    							Values: []string{"label_1_val"},
    						}},
    					},
    				},
    				labels: map[string]string{"label_1": "label_1_val"},
    			},
    			want: true,
    		},
    		{
    			name: "label does not match MatchLabelExpressions terms",
    			args: args{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 23:03:54 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/tests/legalize-tf-hashtables.mlir

      // CHECK-LABEL: hashtable_string_to_int64
      // CHECK:       [[CST:%.*]] = arith.constant dense<"f"> : tensor<!tf_type.string>
      // CHECK-NEXT:  [[HASH_TABLE:%.*]] = "tfl.hashtable"() <{key_dtype = !tf_type.string, table_id = 1530976467 : i32, value_dtype = i64}> : () -> tensor<1x!tf_type.resource>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/transforms/legalize_hashtables.cc

    #include "tensorflow/compiler/mlir/lite/transforms/passes.h.inc"
    
    // This file has Legalize hash tables pass which is responsible for:
    // - Converting static hash table ops to the TFLite equivalent ops.
    //
    // There are needs to fall back to Flex for the following cases:
    // - Mutable hash table cases
    // - Other resource operators consuming a hash table resource tensor
    
    class LegalizeHashTableOpPattern : public OpRewritePattern<TF::HashTableV2Op> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 7.6K bytes
    - Viewed (0)
Back to top