Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 85 for logical (0.12 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

      let summary = "Decompose stack operations into local variable operations. Needs "
               "static shapes.";
      let constructor = "TF::CreateStackOpsDecompositionPass()";
      let description = [{
        A pass that converts stack operations to tensor operations and read/assign
        ops on local variables. A later resource lifting pass can further remove the
        local variables.
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  2. api/maven-api-model/src/main/mdo/maven.mdo

            <field xdoc.separator="blank" xml.insertParentFieldsUpTo="reporting">
              <name>profiles</name>
              <version>4.0.0+</version>
              <description>A listing of project-local build profiles which will modify the build process
                when activated.</description>
              <association>
                <type>Profile</type>
                <multiplicity>*</multiplicity>
              </association>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  3. src/debug/elf/elf.go

    	R_RISCV_SUB6          R_RISCV = 52 /* Local label subtraction */
    	R_RISCV_SET6          R_RISCV = 53 /* Local label subtraction */
    	R_RISCV_SET8          R_RISCV = 54 /* Local label subtraction */
    	R_RISCV_SET16         R_RISCV = 55 /* Local label subtraction */
    	R_RISCV_SET32         R_RISCV = 56 /* Local label subtraction */
    	R_RISCV_32_PCREL      R_RISCV = 57 /* 32-bit PC relative */
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.5.md

    * Add a new option "--local" to the `kubectl annotate` ([#34074](https://github.com/kubernetes/kubernetes/pull/34074), [@asalkeld](https://github.com/asalkeld))
    * Add a new option "--local" to the `kubectl label` ([#33990](https://github.com/kubernetes/kubernetes/pull/33990), [@asalkeld](https://github.com/asalkeld))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 136.4K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    meshConfig: accessLogFile: /dev/stdout extensionProviders: - name: otel envoyOtelAls: service: opentelemetry-collector.istio-system.svc.cluster.local port: 4317 - name: skywalking skywalking: service: tracing.istio-system.svc.cluster.local port: 11800 - name: otel-tracing opentelemetry: port: 4317 service: opentelemetry-collector.otel-collector.svc.cluster.local global: proxy: resources: requests: cpu: 10m memory: 40Mi pilot: autoscaleEnabled: false traceSampling: 100 resources: requests: cpu: 10m memory:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  6. pkg/kubelet/kubelet_pods_test.go

    	}
    	for _, test := range tests {
    		status := getPhase(test.pod, test.pod.Status.ContainerStatuses, false)
    		assert.Equal(t, test.status, status, "[test %s]", test.test)
    	}
    }
    
    // No special init-specific logic for this, see RestartAlways case
    // func TestPodPhaseWithRestartOnFailureInitContainers(t *testing.T) {
    // }
    
    func TestConvertToAPIContainerStatuses(t *testing.T) {
    	desiredState := v1.PodSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  7. src/cmd/go/alldocs.go

    //
    // Usage:
    //
    //	go telemetry [off|local|on]
    //
    // Telemetry is used to manage Go telemetry data and settings.
    //
    // Telemetry can be in one of three modes: off, local, or on.
    //
    // When telemetry is in local mode, counter data is written to the local file
    // system, but will not be uploaded to remote servers.
    //
    // When telemetry is off, local counter data is neither collected nor uploaded.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  8. src/main/java/jcifs/smb1/smb1/SmbFile.java

     * this file is open. This constant may be logically OR'd with other share
     * access flags.
     */
        public static final int FILE_SHARE_READ   = 0x01;
    /**
     * When specified as the <tt>shareAccess</tt> constructor parameter,
     * other SMB clients will be permitted to write to the target file while
     * this file is open. This constant may be logically OR'd with other share
     * access flags.
     */
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Mon Mar 13 12:00:57 UTC 2023
    - 107.9K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.4.md

    * let patch use --local flag like `kubectl set image` ([#26722](https://github.com/kubernetes/kubernetes/pull/26722), [@deads2k](https://github.com/deads2k))
    * enable recursive processing in kubectl edit ([#25085](https://github.com/kubernetes/kubernetes/pull/25085), [@metral](https://github.com/metral))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 133.5K bytes
    - Viewed (0)
  10. tests/integration/pilot/common/routing.go

        targetPort: 443
      - name: http2-tls-origination
        number: 8882
        protocol: http2
        targetPort: 443`,
    			"external."+t.Apps.External.Namespace.Name()+".svc.cluster.local",
    			"external."+t.Apps.External.Namespace.Name()+".svc.cluster.local",
    		),
    		children: []TrafficCall{},
    	}
    	for _, c := range t.Apps.A {
    		for _, e := range expects {
    			c := c
    			e := e
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
Back to top