Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 35 for redirection (0.41 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/passes.h

    // Define the registrations in a detail namespace, just so that we can overload
    // the main entry point `registerTensorFlowPasses` to inject
    // RegisterTFOptimizePassPipeline.
    namespace detail {
    
    // Direction in which to move transposes in MoveTransposePass.
    enum MoveTransposeDirection { kBegin, kEnd };
    
    #define GEN_PASS_REGISTRATION
    #define GEN_PASS_DECL_BATCHMATMULTOEINSUMPASS
    #define GEN_PASS_DECL_BREAKUPISLANDSPASS
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 31.8K bytes
    - Viewed (0)
  2. android/guava-tests/test/com/google/common/util/concurrent/AbstractFutureTest.java

                    + " java.lang.NullPointerException]]");
      }
    
      public void testSetIndirectSelf_toString() {
        final SettableFuture<Object> orig = SettableFuture.create();
        // unlike the above this indirection defeats the trivial cycle detection and causes a SOE
        orig.setFuture(
            new ForwardingListenableFuture<Object>() {
              @Override
              protected ListenableFuture<Object> delegate() {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 11 16:13:05 UTC 2024
    - 46.7K bytes
    - Viewed (0)
  3. pilot/pkg/networking/core/cluster.go

    	// the east-west gateway in a remote cluster will use this value to route
    	// traffic to the appropriate service
    	istioMtlsSni    string
    	clusterMode     ClusterMode
    	direction       model.TrafficDirection
    	meshExternal    bool
    	serviceMTLSMode model.MutualTLSMode
    	// Indicates the service registry of the cluster being built.
    	serviceRegistry provider.ID
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 33K bytes
    - Viewed (0)
  4. guava-tests/test/com/google/common/util/concurrent/AbstractFutureTest.java

                    + " java.lang.NullPointerException]]");
      }
    
      public void testSetIndirectSelf_toString() {
        final SettableFuture<Object> orig = SettableFuture.create();
        // unlike the above this indirection defeats the trivial cycle detection and causes a SOE
        orig.setFuture(
            new ForwardingListenableFuture<Object>() {
              @Override
              protected ListenableFuture<Object> delegate() {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue Jun 11 16:13:05 UTC 2024
    - 46.7K bytes
    - Viewed (0)
  5. src/os/exec/exec.go

    //
    // Unlike the "system" library call from C and other languages, the
    // os/exec package intentionally does not invoke the system shell and
    // does not expand any glob patterns or handle other expansions,
    // pipelines, or redirections typically done by shells. The package
    // behaves more like C's "exec" family of functions. To expand glob
    // patterns, either call the shell directly, taking care to escape any
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 20:13:53 UTC 2024
    - 41.4K bytes
    - Viewed (0)
  6. src/math/big/float.go

    //
    // When the sum of two operands with opposite signs (or the difference of
    // two operands with like signs) is exactly zero, the sign of that sum (or
    // difference) shall be +0 in all rounding-direction attributes except
    // roundTowardNegative; under that attribute, the sign of an exact zero
    // sum (or difference) shall be −0. However, x+x = x−(−x) retains the same
    // sign as x even when x is zero.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 15:46:54 UTC 2024
    - 44.5K bytes
    - Viewed (0)
  7. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                      passed to WasmPlugin.
                    items:
                      properties:
                        mode:
                          description: |-
                            Criteria for selecting traffic by their direction.
    
                            Valid Options: CLIENT, SERVER, CLIENT_AND_SERVER
                          enum:
                          - UNDEFINED
                          - CLIENT
                          - SERVER
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  8. manifests/charts/base/crds/crd-all.gen.yaml

                      passed to WasmPlugin.
                    items:
                      properties:
                        mode:
                          description: |-
                            Criteria for selecting traffic by their direction.
    
                            Valid Options: CLIENT, SERVER, CLIENT_AND_SERVER
                          enum:
                          - UNDEFINED
                          - CLIENT
                          - SERVER
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

      let options = [
        Option<"fold_transpose_in_ops_", "fold-transpose-in-ops", "bool", /*default=*/"true",
               "Whether to fold transposes in ops which can support folding.">,
        Option<"direction_", "direction", "enum MoveTransposeDirection",
               /*default=*/"MoveTransposeDirection::kBegin", "Move transposes to the beginning or"
               " the end of the block where they are defined.",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  10. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.api.internal.tasks.testing.redirector.DefaultStandardOutputRedirector> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (DefaultStandardOutputRedirector.java:0)
    Class <org.gradle.api.internal.tasks.testing.redirector.JULRedirector> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (JULRedirector.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top