Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 338 for nTables (0.2 sec)

  1. android/guava/src/com/google/common/collect/Tables.java

     *
     * <p>See the Guava User Guide article on <a href=
     * "https://github.com/google/guava/wiki/CollectionUtilitiesExplained#tables">{@code Tables}</a>.
     *
     * @author Jared Levy
     * @author Louis Wasserman
     * @since 7.0
     */
    @GwtCompatible
    @ElementTypesAreNonnullByDefault
    public final class Tables {
      private Tables() {}
    
      /**
       * Returns a {@link Collector} that accumulates elements into a {@code Table} created using the
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  2. guava/src/com/google/common/collect/Tables.java

     *
     * <p>See the Guava User Guide article on <a href=
     * "https://github.com/google/guava/wiki/CollectionUtilitiesExplained#tables">{@code Tables}</a>.
     *
     * @author Jared Levy
     * @author Louis Wasserman
     * @since 7.0
     */
    @GwtCompatible
    @ElementTypesAreNonnullByDefault
    public final class Tables {
      private Tables() {}
    
      /**
       * Returns a {@link Collector} that accumulates elements into a {@code Table} created using the
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Mon Mar 04 22:45:41 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. cluster/addons/calico-policy-controller/felixconfigurations-crd.yaml

                    type: string
                  routeTableRange:
                    description: Calico programs additional Linux route tables for various
                      purposes.  RouteTableRange specifies the indices of the route tables
                      that Calico should use.
                    properties:
                      max:
                        type: integer
                      min:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 07 20:48:43 UTC 2021
    - 29.1K bytes
    - Viewed (0)
  6. pkg/proxy/apis/config/types.go

    	IPVS KubeProxyIPVSConfiguration
    	// winkernel contains winkernel-related configuration options.
    	Winkernel KubeProxyWinkernelConfiguration
    	// nftables contains nftables-related configuration options.
    	NFTables KubeProxyNFTablesConfiguration
    
    	// detectLocalMode determines mode to use for detecting local traffic, defaults to LocalModeClusterCIDR
    	DetectLocalMode LocalMode
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 13K bytes
    - Viewed (0)
  7. tensorflow/compiler/jit/flags.h

      bool always_specialize;
      bool cost_driven_async_parallel_for;
    
      // Enables tracking of the "live" JitRt queries to, on a crash, identify the
      // "query of death". See TfJitRtQueryOfDeathLogger.
      bool log_query_of_death;
    
      // Enable vectorization, which requires tiling and peeling on different ops.
      bool vectorize;
    
      // Enables crash reproducer for JitRt MLIR pass manager.
      bool enable_crash_reproducer;
    };
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 18:52:57 UTC 2024
    - 14.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/jit/flags.cc

           Flag("tf_mlir_enable_mlir_bridge", &enable_mlir_bridge,
                "Enables experimental MLIR-Based TensorFlow Compiler Bridge.",
                &enable_mlir_bridge_is_explicit),
           Flag("tf_mlir_enable_merge_control_flow_pass",
                &enable_mlir_merge_control_flow_pass,
                "Enables MergeControlFlow pass for MLIR-Based TensorFlow Compiler "
                "Bridge."),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 18:52:57 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  9. pkg/features/kube_features.go

    	// owner: @thockin
    	// deprecated: v1.29
    	//
    	// Enables Service.status.ingress.loadBanace to be set on
    	// services of types other than LoadBalancer.
    	AllowServiceLBStatusOnNonLB featuregate.Feature = "AllowServiceLBStatusOnNonLB"
    
    	// owner: @bswartz
    	// alpha: v1.18
    	// beta: v1.24
    	//
    	// Enables usage of any object for volume data source in PVCs
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 22:51:23 UTC 2024
    - 45.2K bytes
    - Viewed (0)
  10. pkg/util/iptables/iptables.go

    	// Monitor detects when the given iptables tables have been flushed by an external
    	// tool (e.g. a firewall reload) by creating canary chains and polling to see if
    	// they have been deleted. (Specifically, it polls tables[0] every interval until
    	// the canary has been deleted from there, then waits a short additional time for
    	// the canaries to be deleted from the remaining tables as well. You can optimize
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Dec 19 01:20:51 UTC 2023
    - 28.6K bytes
    - Viewed (0)
Back to top