Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 1,930 for outo (0.04 sec)

  1. tensorflow/compiler/jit/encapsulate_xla_computations_pass_test.cc

        auto out1 = ops::XlaClusterOutput(scope.WithOpName("Out1"), e);
        auto out2 = ops::XlaClusterOutput(scope.WithOpName("Out2"), g);
        auto out3 = ops::XlaClusterOutput(scope.WithOpName("Out3"), read_u);
    
        auto consumer0_a = ops::Identity(scope.WithOpName("consumer0_a"), out0);
        auto consumer0_b = ops::Identity(scope.WithOpName("consumer0_b"), out0);
        auto consumer0_c = ops::Identity(scope.WithOpName("consumer0_c"), out0);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 16 18:03:15 UTC 2023
    - 14.7K bytes
    - Viewed (0)
  2. pilot/pkg/xds/testdata/benchmarks/auto.yaml

    apiVersion: networking.istio.io/v1alpha3
    kind: ServiceEntry
    metadata:
      name: proxy-service-instance
    spec:
      hosts:
      - example.com
      ports:
      - number: 7070
        name: auto
        protocol: ""
      resolution: STATIC
      location: MESH_INTERNAL
      endpoints:
      - address: 1.1.1.1
        labels:
          security.istio.io/tlsMode: istio
    ---
    # Set up .Services number of services.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jul 29 02:10:48 UTC 2023
    - 908 bytes
    - Viewed (0)
  3. src/internal/zstd/literals.go

    			if err != nil {
    				return nil, err
    			}
    			outbuf[out4] = byte(t4 >> 8)
    			out4++
    			rbr4.cnt -= uint32(t4 & 0xff)
    		}
    
    		outbuf[out1] = byte(t1 >> 8)
    		out1++
    		rbr1.cnt -= uint32(t1 & 0xff)
    
    		outbuf[out2] = byte(t2 >> 8)
    		out2++
    		rbr2.cnt -= uint32(t2 & 0xff)
    
    		outbuf[out3] = byte(t3 >> 8)
    		out3++
    		rbr3.cnt -= uint32(t3 & 0xff)
    	}
    
    	return outbuf, nil
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 14:30:10 UTC 2023
    - 8.8K bytes
    - Viewed (0)
  4. internal/crypto/auto-encryption.go

    package crypto
    
    import (
    	"github.com/minio/minio/internal/config"
    	"github.com/minio/pkg/v3/env"
    )
    
    const (
    	// EnvKMSAutoEncryption is the environment variable used to en/disable
    	// SSE-S3 auto-encryption. SSE-S3 auto-encryption, if enabled,
    	// requires a valid KMS configuration and turns any non-SSE-C
    	// request into an SSE-S3 request.
    	// If present EnvAutoEncryption must be either "on" or "off".
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/java/toolchain-filters/tests/matchingVendorWithCC.out

             > No locally installed toolchains match and toolchain auto-provisioning is not enabled....
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Jan 21 03:08:51 UTC 2024
    - 513 bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/java/toolchain-filters/tests/matchingVendorWithoutCC.out

             > No locally installed toolchains match and toolchain auto-provisioning is not enabled....
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Jan 21 03:08:51 UTC 2024
    - 513 bytes
    - Viewed (0)
  7. releasenotes/notes/auto-san-validation.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: security
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Dec 17 08:16:47 UTC 2023
    - 196 bytes
    - Viewed (0)
  8. .github/workflows/auto-assign-pr-to-author.yml

    name: 'Auto Assign PR to Author'
    on:
      pull_request:
        types: [opened]
    
    permissions: {}
    
    jobs:
      add-reviews:
        permissions:
          contents: read  # for kentaro-m/auto-assign-action to fetch config file
          pull-requests: write  # for kentaro-m/auto-assign-action to assign PR reviewers
        runs-on: ubuntu-latest
        steps:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 02 09:13:16 UTC 2024
    - 381 bytes
    - Viewed (0)
  9. releasenotes/notes/enable-auto-sni.yaml

    - title: Default value of the feature flag `ENABLE_AUTO_SNI` to true
      content: |
        [auto_sni](https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/protocol.proto#envoy-v3-api-field-config-core-v3-upstreamhttpprotocoloptions-auto-sni)
        is enabled by default. This means SNI will be set automatically based on the downstream HTTP host/authority header if `DestinationRule` does not explicitly set the same.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 24 15:53:10 UTC 2024
    - 691 bytes
    - Viewed (0)
  10. subprojects/core/src/testFixtures/groovy/org/gradle/api/tasks/TasksWithInputsAndOutputs.groovy

                class OutputFilesTask extends DefaultTask {
                    @OutputFile
                    File out1
                    @OutputFile
                    File out2
                    @TaskAction
                    def go() {
                        out1.text = "1"
                        out2.text = "2"
                    }
                }
            """
        }
    
        def taskTypeWithMultipleOutputFileProperties() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Nov 07 18:43:39 UTC 2023
    - 9.1K bytes
    - Viewed (0)
Back to top