Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 371 for Automatic (0.31 sec)

  1. platforms/documentation/docs/src/snippets/testKit/automaticClasspathInjectionQuickstart/groovy/src/test/groovy/org/gradle/sample/BuildLogicFunctionalTest.groovy

        File buildFile
    
        def setup() {
            settingsFile = new File(testProjectDir, 'settings.gradle')
            buildFile = new File(testProjectDir, 'build.gradle')
        }
    
        // tag::functional-test-classpath-setup-automatic[]
        def "hello world task prints hello world"() {
            given:
            settingsFile << "rootProject.name = 'hello-world'"
            buildFile << """
                plugins {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apiserver/pkg/server/options/encryptionconfig/metrics/metrics.go

    		&metrics.CounterOpts{
    			Namespace:         namespace,
    			Subsystem:         subsystem,
    			Name:              "automatic_reload_failures_total",
    			Help:              "Total number of failed automatic reloads of encryption configuration split by apiserver identity.",
    			StabilityLevel:    metrics.ALPHA,
    			DeprecatedVersion: "1.30.0",
    		},
    		[]string{"apiserver_id_hash"},
    	)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 13 05:47:46 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  3. samples/sleep/README.md

    To use it:
    
    1. Install Istio by following the [istio install instructions](https://istio.io/docs/setup/).
    
    1. Start the sleep service:
    
        If you have [automatic sidecar injection](https://istio.io/docs/setup/additional-setup/sidecar-injection/#automatic-sidecar-injection) enabled:
    
        ```bash
        kubectl apply -f sleep.yaml
        ```
    
        Otherwise manually inject the sidecars before applying:
    
        ```bash
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 03 03:51:51 UTC 2021
    - 1.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/g3doc/space_to_depth.md

    # Automatic Space to Depth Transform in MLIR Bridge
    
    Author: wangtao@, yuanzx@, hinsu@, lyandy@, chiachenc@, aminim@, jpienaar@,
    dehao@
    
    ## TL;DR
    
    _This document describes an automatic space to depth transform for the first
    convolution in the new MLIR bridge to improve MXU efficiency of low batch size
    convolutions._
    
    ## Background
    
    For image models, the first layer is usually not MXU friendly as it has a
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Oct 24 02:51:43 UTC 2020
    - 8.3K bytes
    - Viewed (0)
  5. docs/en/docs/advanced/path-operation-advanced-configuration.md

        Even if they are in different modules (Python files).
    
    ## Exclude from OpenAPI
    
    To exclude a *path operation* from the generated OpenAPI schema (and thus, from the automatic documentation systems), use the parameter `include_in_schema` and set it to `False`:
    
    ```Python hl_lines="6"
    {!../../../docs_src/path_operation_advanced_configuration/tutorial003.py!}
    ```
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 23:43:13 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  6. releasenotes/notes/protocol-detection-timeout.yaml

    upgradeNotes:
    - title: Protocol Detection Timeout Changes
      content: |
        In order to support permissive mTLS traffic as well as [automatic protocol detection](istio.io/latest/docs/ops/configuration/traffic-management/protocol-selection/#automatic-protocol-selection),
        the proxy will sniff the first few bytes of traffic to determine the protocol used. For certain "server first" protocols, such
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 21 00:53:45 UTC 2020
    - 1.6K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apiserver/pkg/server/options/authenticationconfig/metrics/metrics.go

    		&metrics.CounterOpts{
    			Namespace:      namespace,
    			Subsystem:      subsystem,
    			Name:           "automatic_reloads_total",
    			Help:           "Total number of automatic reloads of authentication configuration split by status and apiserver identity.",
    			StabilityLevel: metrics.ALPHA,
    		},
    		[]string{"status", "apiserver_id_hash"},
    	)
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 09 22:40:22 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  8. docs/en/docs/advanced/sub-applications.md

    You will see the automatic API docs for the main app, including only its own _path operations_:
    
    <img src="/img/tutorial/sub-applications/image01.png">
    
    And then, open the docs for the sub-application, at <a href="http://127.0.0.1:8000/subapi/docs" class="external-link" target="_blank">http://127.0.0.1:8000/subapi/docs</a>.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 2.9K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/testKit/automaticClasspathInjectionCustomTestSourceSet/groovy/settings.gradle

    rootProject.name = 'automatic-classpath-injection-custom-test-sourceset'...
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 73 bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/jvm/java_library_plugin.adoc

      Adding an `Automatic-Module-Name` is a good first step (most popular OSS libraries on Maven central have done it by now).
    - As discussed in the previous section, an automatic module can be used as an adapter between your real modules and a traditional library on the classpath.
    
    To turn a normal Java project into an _automatic module_, just add the manifest entry with the module name:
    
    .Declare an automatic module name as Jar manifest attribute
    ====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 23.3K bytes
    - Viewed (0)
Back to top